mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
10 lines
259 B
TypeScript
10 lines
259 B
TypeScript
export declare const multerExceptions: {
|
|
LIMIT_PART_COUNT: string;
|
|
LIMIT_FILE_SIZE: string;
|
|
LIMIT_FILE_COUNT: string;
|
|
LIMIT_FIELD_KEY: string;
|
|
LIMIT_FIELD_VALUE: string;
|
|
LIMIT_FIELD_COUNT: string;
|
|
LIMIT_UNEXPECTED_FILE: string;
|
|
};
|