@azure/storage-file-share
Version:
Microsoft Azure Storage SDK for JavaScript - File
11 lines • 511 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.KnownShareTokenIntent = void 0;
/** Known values of {@link ShareTokenIntent} that the service accepts. */
var KnownShareTokenIntent;
(function (KnownShareTokenIntent) {
KnownShareTokenIntent["Backup"] = "backup";
})(KnownShareTokenIntent || (exports.KnownShareTokenIntent = KnownShareTokenIntent = {}));
//# sourceMappingURL=generatedModels.js.map