UNPKG

@azure/storage-file-share

Version:
11 lines 511 B
"use strict"; // 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