interface ReversibleStringType {
    compress: boolean;
    type: RevStr;
}

Properties

Properties

compress: boolean
type: RevStr