UNPKG

nestjs-multer-extended-aws-latest

Version:
10 lines (9 loc) 426 B
"use strict"; 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 = {}));