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