Skip to main content

Type Alias: RequestBody

RequestBody = Schema.Schema.Type<typeof RequestBody>
Defined in: packages/http/src/fetcher.ts:66 Represents a type-safe request body for HTTP methods that support a body. Can be an object, array, string, number, boolean, or null.