Initial commit - Event Planner application
This commit is contained in:
15
node_modules/@nestjs/common/pipes/file/file-validator.interface.js
generated
vendored
Normal file
15
node_modules/@nestjs/common/pipes/file/file-validator.interface.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.FileValidator = void 0;
|
||||
/**
|
||||
* Interface describing FileValidators, which can be added to a ParseFilePipe
|
||||
*
|
||||
* @see {ParseFilePipe}
|
||||
* @publicApi
|
||||
*/
|
||||
class FileValidator {
|
||||
constructor(validationOptions) {
|
||||
this.validationOptions = validationOptions;
|
||||
}
|
||||
}
|
||||
exports.FileValidator = FileValidator;
|
||||
Reference in New Issue
Block a user