Optional custom
custom?: { processFetch: any; processTransactionConnectionParams: any }
Type declaration
processFetch:function
- processFetch(input: URL | RequestInfo, init: RequestInit): Promise<void>
Parameters
input: URL | RequestInfo
init: RequestInit
Returns Promise<void>
processTransactionConnectionParams:function
- processTransactionConnectionParams(params: Record<string, any>): Promise<void>
Parameters
params: Record<string, any>
Returns Promise<void>
Describes how to authenticate an instance of the client with the Gadget platform