new
ArrayZod(_input: YelixInput,validator?: YelixValidationBase<T>,)
every(validator: YelixValidationBase,failedMessage?: FailedMessage,): this
includes(item: T,failedMessage?: FailedMessage,): this
isValidType(failedMessage?: FailedMessage): this
length(exactLength: number,failedMessage?: FailedMessage,): this
max(maxLength: number,failedMessage?: FailedMessage,): this
min(minLength: number,failedMessage?: FailedMessage,): this
notEmpty(failedMessage?: FailedMessage): this
optional(): this
required(failedMessage?: FailedMessage): this
some(validator: YelixValidationBase,failedMessage?: FailedMessage,): this
unique(failedMessage?: FailedMessage): this