Skip to content

PostClientFetchOptions

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

Extends

Properties

table

table: string;

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

Inherited from

SimpleClientFetchOptions.table


key?

optional key: string;

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

Inherited from

SimpleClientFetchOptions.key


method

method: POST;

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

Inherited from

SimpleClientFetchOptions.method


url

url: string;

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

Inherited from

SimpleClientFetchOptions.url


auth

auth: string;

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

Inherited from

SimpleClientFetchOptions.auth


value

value: JSONValues;

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