@grafana/alerting
Version:
Grafana Alerting Library – Build vertical integrations on top of the industry-leading alerting solution
7 lines (6 loc) • 375 B
TypeScript
/**
* @TODO move this to some shared package, currently copied from Grafana core (app/api/utils)
*/
export declare const getAPINamespace: () => string;
export declare const getAPIBaseURL: (group: string, version: string) => `/apis/${string}/${string}/namespaces/${string}`;
export declare const getAPIReducerPath: (group: string, version: string) => `${string}/${string}`;