InferCodecInput
InferCodecInput<
C> =CextendsCodec<infer I,unknown> ?I:unknown
Defined in: packages/codecs/src/schema-types.ts:19
Extract the input type (serialize parameter) from a Codec.
Type Parameters
Section titled “Type Parameters”C
InferCodecInput<
C> =CextendsCodec<infer I,unknown> ?I:unknown
Defined in: packages/codecs/src/schema-types.ts:19
Extract the input type (serialize parameter) from a Codec.
C