interface StringTypeOptions {
    binary?: boolean;
    length?: number;
}

Properties

Properties

binary?: boolean
false
length?: number
255