nestjs-multer-extended-aws-latest
Version:
Extended MulterModule for NestJS Latest AWS SDK
10 lines (9 loc) • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExtendedOptions = void 0;
var ExtendedOptions;
(function (ExtendedOptions) {
ExtendedOptions["CREATE_THUMBNAIL"] = "thumbnail";
ExtendedOptions["RESIZE_IMAGE"] = "resize";
ExtendedOptions["RESIZE_IMAGE_MULTIPLE_SIZES"] = "resizeMultiple";
})(ExtendedOptions = exports.ExtendedOptions || (exports.ExtendedOptions = {}));