Function: getJsonContentTypeInputs()
getJsonContentTypeInputs(
opts
):MaybePromise
<Record
<number
,unknown
> >
Parameters
Parameter | Type |
---|---|
opts | object |
opts.isBatchCall | boolean |
opts.preprocessedBody | boolean |
opts.req | HTTPRequest |
opts.router | AnyTRPCRouter |
Returns
MaybePromise
< Record
< number
, unknown
> >
Source
packages/core/dist/http/contentType.d.ts:5
Generated using TypeDoc and typedoc-plugin-markdown