UNPKG

ee-ts-util

Version:

typescript utilities and functions

2 lines (1 loc) 157 B
export declare const fetchPageData: <T>(baseUrl: string, apiPath: string, token: string, dtoAccumulator: T[], extract: (element: any) => T) => Promise<T[]>;