Skip to content

Type Alias: PostOptions

PostOptions = Omit<FetchOptions, "method"> & object

Defined in: packages/fetch/src/types.ts:370

Type Declaration

method?

optional method: "post" | "put" | "patch" | "delete"

Default: 'post'