UNPKG

nestjs-minio-backend

Version:
13 lines 511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FileColumn = FileColumn; const common_1 = require("@nestjs/common"); const constants_1 = require("../constants"); function FileColumn(options = {}) { return (0, common_1.applyDecorators)((target, propertyKey) => { Reflect.defineMetadata(constants_1.MINIO_FILE_FIELD_METADATA, { bucketName: options.bucketName, }, target, propertyKey); }); } //# sourceMappingURL=file-column.decorator.js.map