Type alias RawCollCodecs

RawCollCodecs: readonly RawCodec<CollectionSerCtx, CollectionDesCtx>[] & {
    phantom?: "This codec is only valid for collections";
}

Type declaration

  • Optional phantom?: "This codec is only valid for collections"