@azure/eventgrid
Version:
An isomorphic client library for the Azure Event Grid service.
8 lines • 379 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_EVENTGRID_SCOPE = exports.DEFAULT_API_VERSION = void 0;
exports.DEFAULT_API_VERSION = "2018-01-01";
exports.DEFAULT_EVENTGRID_SCOPE = "https://eventgrid.azure.net/.default";
//# sourceMappingURL=constants.js.map