Skip to main content
Version: 11.x

Interface: TRPCCombinedDataTransformer

Properties

input

input: InputDataTransformer

Specify how the data sent from the client to the server should be transformed.

Source

packages/core/dist/transformer.d.ts:38


output

output: OutputDataTransformer

Specify how the data sent from the server to the client should be transformed.

Source

packages/core/dist/transformer.d.ts:42


Generated using TypeDoc and typedoc-plugin-markdown