Protons
    Preparing search index...

    Interface FieldDef

    interface FieldDef {
        codec: Codec<any>;
        name: string;
        optional?: true;
        packed?: true;
        repeats?: true;
    }
    Index

    Properties

    codec: Codec<any>
    name: string
    optional?: true
    packed?: true
    repeats?: true