Skip to content

Type Alias: PostBody

PostBody = object | Record<string, unknown> | BodyInit | null

Defined in: packages/fetch/src/types/options.ts:305

Possible types for the request body. Can be a plain object (which will be stringified if JSON), standard BodyInit, or null.