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

    Interface RefType

    A reference to a named record in a schema's environment.

    interface RefType {
        name: string;
        tag: "ref";
    }
    Index
    name: string

    Target record name in the schema environment.

    tag: "ref"

    Discriminated union tag: 'ref'.