Type alias TypeCodec<Fns>

TypeCodec<Fns>: Pick<Fns, "deserialize"> & {
    codecType: "type";
    type: string;
}

Type Parameters

Type declaration

  • codecType: "type"
  • type: string