UNPKG

cbim-common-components

Version:

``` npm install --save cbim-common-components ```

6 lines (5 loc) 152 B
declare const getResources: (params: { projectId: string; subProjectId: string; }, config?: any) => Promise<unknown>; export { getResources, };