Skip to main content
Version: 11.x

Type alias: BodyResult

BodyResult: {data: unknown; ok: true; preprocessed: boolean;} | {error: TRPCError; ok: false;}

Source

packages/core/dist/http/contentType.d.ts:11


Generated using TypeDoc and typedoc-plugin-markdown