UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

9 lines (8 loc) 189 B
import Link from "../link"; /** * A dictionary containing the API routes. * Contents: route name -\> route link. */ export declare class ApiRoutesDictionary { [key: string]: Link; }