UNPKG

@lfai/egeria-js-commons

Version:

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

8 lines (7 loc) 271 B
declare function getLineageTypes(): Promise<any>; declare function getNameSuggestions(name: string, type: string): Promise<any>; export declare const lineage: { getLineageTypes: typeof getLineageTypes; getNameSuggestions: typeof getNameSuggestions; }; export {};