Skip to Content
SdkClientInternalType AliasesOptions<TData, ThrowOnError>

Options<TData, ThrowOnError>

Options<TData, ThrowOnError> = Options2<TData, ThrowOnError> & object

Defined in: src/client/sdk.gen.ts:7 

Type Declaration

client?

optional client: Client

You can provide a client instance returned by createClient() instead of individual options. This might be also useful if you want to implement a custom client.

meta?

optional meta: Record<string, unknown>

You can pass arbitrary values through the meta object. This can be used to access values that aren’t defined as part of the SDK function.

Type Parameters

Type ParameterDefault type

TData extends TDataShape

TDataShape

ThrowOnError extends boolean

boolean

Last updated on