UNPKG

@mikezimm/npmfunctions

Version:
11 lines (10 loc) 570 B
import { IRailAnalytics } from '../Arrays/grouping'; /** * * @param analyticsWeb * @param analyticsList * @param WebID * @param ListID * @param fetchOnlyThisList : Set to true in order to add the list ID to the rest filter to return only relavent items */ export declare function fetchAnalytics(analyticsWeb: string, analyticsList: string, WebID: string, ListID: string | null | undefined, fetchOnlyThisList: boolean | undefined, theseColumns: any[] | undefined, top: number | undefined, baseErrorTrace: string): Promise<IRailAnalytics[] | undefined>;