UNPKG

azurite

Version:

An open source Azure Storage API compatible server

8 lines 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OAuthLevel = void 0; var OAuthLevel; (function (OAuthLevel) { OAuthLevel[OAuthLevel["BASIC"] = 0] = "BASIC"; // Phase 1 })(OAuthLevel || (exports.OAuthLevel = OAuthLevel = {})); //# sourceMappingURL=models.js.map