Interface MlStringPlainTextSchemaOptions

interface MlStringPlainTextSchemaOptions {
    array?: boolean;
    maxLength?: number;
}

Hierarchy

Properties

Properties

array?: boolean
maxLength?: number