Skip to main content
Version: 11.x

Interface: TRPCCombinedDataTransformer

Defined in: packages/server/src/unstable-core-do-not-import/transformer.ts:43

Properties

input

input: InputDataTransformer

Defined in: packages/server/src/unstable-core-do-not-import/transformer.ts:47

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


output

output: OutputDataTransformer

Defined in: packages/server/src/unstable-core-do-not-import/transformer.ts:51

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