> ## Documentation Index
> Fetch the complete documentation index at: https://resq-dependabot-github-actions-github-actions-478e18be3d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# RequestBody

# Type Alias: RequestBody

> **RequestBody** = `Schema.Schema.Type`\<*typeof* `RequestBody`>

Defined in: [packages/http/src/fetcher.ts:66](https://github.com/resq-software/npm/blob/fe2e20ae9db8398a0db1e3218edaabb3cf7004d6/packages/http/src/fetcher.ts#L66)

Represents a type-safe request body for HTTP methods that support a body.
Can be an object, array, string, number, boolean, or null.
