Interface Codecs<Fns>

interface Codecs<Fns> {
    classGuard: ClassGuardCodec<Fns>[];
    customGuard: CustomGuardCodec<Fns>[];
    name: Record<string, NameCodec<Fns>>;
    path: PathCodec<Fns>[];
    type: Record<string, TypeCodec<Fns>>;
}

Type Parameters

Properties

classGuard: ClassGuardCodec<Fns>[]
customGuard: CustomGuardCodec<Fns>[]
name: Record<string, NameCodec<Fns>>
path: PathCodec<Fns>[]
type: Record<string, TypeCodec<Fns>>