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
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
auth
auth: string;Defined in: core/shared.functions.ts:203
Inherited from
value
value: JSONValues;Defined in: core/shared.functions.ts:208