Skip to content

SimpleClientFetchOptions

Defined in: core/shared.functions.ts:198

Extended by

Type Parameters

Type Parameter

M extends HTTP_METHOD

Properties

table

table: string;

Defined in: core/shared.functions.ts:199


key?

optional key: string;

Defined in: core/shared.functions.ts:200


method

method: M;

Defined in: core/shared.functions.ts:201


url

url: string;

Defined in: core/shared.functions.ts:202


auth

auth: string;

Defined in: core/shared.functions.ts:203