@yandex-cloud/function-types
Version:
TypeScript typings for Serverless Functions in Yandex.Cloud
13 lines (12 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ObjectStorage = void 0;
var ObjectStorage;
(function (ObjectStorage) {
let Types;
(function (Types) {
Types["ObjectCreate"] = "ObjectCreate";
Types["ObjectDelete"] = "ObjectDelete";
Types["ObjectUpdate"] = "ObjectUpdate";
})(Types || (Types = {}));
})(ObjectStorage = exports.ObjectStorage || (exports.ObjectStorage = {}));