@sitecore/sc-contenthub-webclient-sdk
Version:
Sitecore Content Hub WebClient SDK.
11 lines • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApiRoutesDictionary = void 0;
/**
* A dictionary containing the API routes.
* Contents: route name -\> route link.
*/
class ApiRoutesDictionary {
}
exports.ApiRoutesDictionary = ApiRoutesDictionary;
//# sourceMappingURL=api-routes-dictionary.js.map