UNPKG

@metacall/protocol

Version:

Tool for deploying into MetaCall FaaS platform.

10 lines (9 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Plans = void 0; var Plans; (function (Plans) { Plans["Essential"] = "Essential"; Plans["Standard"] = "Standard"; Plans["Premium"] = "Premium"; })(Plans = exports.Plans || (exports.Plans = {}));