export interface StringLength {
    readonly minLength?: number;
    readonly maxLength?: number;
}
