Type Alias: RequestBody
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.Schema.Schema.Type<typeofRequestBody>