Type Alias: FetchStateBody
Imported from
@react-logic/utilsFetchStateBody =
BodyInit|object|null
Defined in: utils/src/lib/fetch-state.ts:85
Request body. Standard BodyInit (string, FormData, Blob, etc.) goes
through as-is. Plain objects and arrays are JSON-stringified
automatically and a Content-Type: application/json header is set if
one isn't already present.