ObjectCodecType
ObjectCodecType<
T> =Codec<T,T>
Defined in: packages/codecs/src/types.ts:115
Type alias for codecs that work with typed objects. Input and output are the same type T.
Type Parameters
Section titled “Type Parameters”T = unknown