UNPKG

@azure/app-configuration

Version:

An isomorphic client library for the Azure App Configuration service.

9 lines 638 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.KnownConfigurationSnapshotStatus = exports.KnownSnapshotComposition = void 0; var index_js_1 = require("./generated/src/index.js"); Object.defineProperty(exports, "KnownSnapshotComposition", { enumerable: true, get: function () { return index_js_1.KnownSnapshotComposition; } }); Object.defineProperty(exports, "KnownConfigurationSnapshotStatus", { enumerable: true, get: function () { return index_js_1.KnownConfigurationSnapshotStatus; } }); //# sourceMappingURL=models.js.map