On this pageType Alias: PageReducer()<A> type PageReducer<A> = (accumulator, page, index) => A; Defined in: packages/web-api/src/WebClient.ts:156 Type Parameters • A = any Parameters accumulator A | undefined page WebAPICallResult index number Returns A