Interface: ClientConfig
Defined in: core/types.ts:12
Properties
apiKey
ts
apiKey: string;Defined in: core/types.ts:14
apiToken
ts
apiToken: string;Defined in: core/types.ts:15
headers?
ts
optional headers?: Record<string, string>;Defined in: core/types.ts:16
host?
ts
optional host?: string;Defined in: core/types.ts:13