@multicloud/sls-core
Version:
Core middleware and components for Serverless @multicloud.
11 lines (10 loc) • 317 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Currently supported cloud provider types.
*/
var ProviderType;
(function (ProviderType) {
ProviderType["Azure"] = "azure";
ProviderType["AWS"] = "aws";
})(ProviderType = exports.ProviderType || (exports.ProviderType = {}));