UNPKG

@lfai/egeria-js-commons

Version:

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

17 lines (16 loc) 291 B
export declare const types: { getAll: typeof getAll; }; /** * * HTTP API request for retrieving all the asset types. * * @since 0.1.0 * @access public * * * @return {Promise} Returns a promise with the request. * */ declare function getAll(): Promise<any>; export {};