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