@omnist-dev/omnist
    Preparing search index...

    Interface Record

    A closed set of named fields (constrained by its child labels).

    interface Record {
        fields: readonly Field[];
    }
    Index
    fields: readonly Field[]

    The fields of this record in declaration order.