@lfai/egeria-js-commons
Version:
Common module for storing static data such as key value objects, SVGs, icon mappings, API urls.
9 lines (8 loc) • 380 B
TypeScript
/**
* CONSTANTS used for main application paths (deep linking).
*/
declare const ASSET_CATALOG_PATH = "/assets/catalog";
declare const LOGIN_PATH = "/login";
declare const ABOUT_PATH = "/about";
declare const getAssetLineagePrintPath: (guid: any, lineageType: any, includeProcess: any) => string;
export { ABOUT_PATH, ASSET_CATALOG_PATH, LOGIN_PATH, getAssetLineagePrintPath };