Skip to content

Interface: BaseClientOptions

Defined in: src/BaseClient.ts:3

Extended by

Properties

PropertyTypeDefined in
fetchFunction?{ (input, init?): Promise<Response>; (input, init?): Promise<Response>; }src/BaseClient.ts:4
headers?Record<string, string>src/BaseClient.ts:5