Type Alias: PageReducer()<A>
type PageReducer<A>: (accumulator, page, index) => A;
Type Parameters
• A = any
Parameters
• accumulator: A
| undefined
• page: WebAPICallResult
• index: number
Returns
A
type PageReducer<A>: (accumulator, page, index) => A;
• A = any
• accumulator: A
| undefined
• page: WebAPICallResult
• index: number
A