@slack/webhook / FetchFunction
Type Alias: FetchFunction()
type FetchFunction = (url, init?) => Promise<FetchResponse>;
Defined in: packages/webhook/src/IncomingWebhook.ts:32
Parameters
url
string | URL
init?
FetchRequestInit
Returns
Promise<FetchResponse>