Kind: Type
Source: packages/common/pipes/file/max-file-size.validator.ts
Part of: Common
Definition
ts{ maxSize: number; message?: string | ((maxSize: number) => string); errorMessage?: string | ((ctx: MaxFileSizeValidatorContext) => string); }
Kind: Type
Source: packages/common/pipes/file/max-file-size.validator.ts
Part of: Common
ts{ maxSize: number; message?: string | ((maxSize: number) => string); errorMessage?: string | ((ctx: MaxFileSizeValidatorContext) => string); }
Was this page helpful?