Interface: SendRequestOptions<T>
Defined in: core/types.ts:3
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
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