@tsclean/core
Version:
Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.
18 lines • 620 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;
MISSING_FIELD_NAME: string;
};
export declare const MULTER_MODULE_ID = "MULTER_MODULE_ID";
export declare const busboyExceptions: {
MULTIPART_BOUNDARY_NOT_FOUND: string;
MULTIPART_MALFORMED_PART_HEADER: string;
MULTIPART_UNEXPECTED_END_OF_FORM: string;
MULTIPART_UNEXPECTED_END_OF_FILE: string;
};
//# sourceMappingURL=multer.constants.d.ts.map