Interface: BaseClientOptions
Defined in: src/BaseClient.ts:3
Extended by
Properties
| Property | Type | Defined in |
|---|---|---|
fetchFunction? | { (input, init?): Promise<Response>; (input, init?): Promise<Response>; } | src/BaseClient.ts:4 |
headers? | Record<string, string> | src/BaseClient.ts:5 |
