TupleCodecConfig

type TupleCodecConfig = object;

Defines the configuration options for tuple codecs.

Properties

description?

optional description: string;

An optional description for the codec, that will be used in error messages.

On this page