UNPKG

sequelize-typescript

Version:
9 lines (8 loc) 181 B
/** * Only allow values with length between min and max */ export declare function Length({ msg, min, max }: { msg?: string; min?: number; max?: number; }): Function;