Skip to content

Interface: SendRequestOptions<T>

Defined in: core/types.ts:3

Type Parameters

Type ParameterDefault type
Tunknown

Properties

body?

ts
optional body?: unknown;

Defined in: core/types.ts:7


headers?

ts
optional headers?: Record<string, string>;

Defined in: core/types.ts:6


method?

ts
optional method?: string;

Defined in: core/types.ts:5


schema?

ts
optional schema?: ZodType<T, unknown, $ZodTypeInternals<T, unknown>>;

Defined in: core/types.ts:9


searchParams?

ts
optional searchParams?: Record<string, unknown>;

Defined in: core/types.ts:8


url

ts
url: string;

Defined in: core/types.ts:4