UNPKG

@lfai/egeria-js-commons

Version:

Common module for storing static data such as key value objects, SVGs, icon mappings, API urls.

15 lines (14 loc) 333 B
export declare function authHeader(): { Authorization: string; } | { Authorization?: undefined; }; export declare function authHeaderWithContentType(): { "Content-type": string; accept: string; Authorization: string; } | { "Content-type"?: undefined; accept?: undefined; Authorization?: undefined; };