@terrantula/sdk


@terrantula/sdk / CreateClientOptions

Interface: CreateClientOptions

Defined in: packages/sdk/src/index.ts:77

Properties

fetch?

optional fetch?: typeof fetch

Defined in: packages/sdk/src/index.ts:80

Override the fetch implementation — useful for tests (pass your Hono app.fetch).


token?

optional token?: TokenSource

Defined in: packages/sdk/src/index.ts:78