@cityjson/flatcitybuf
    Preparing search index...

    Interface MaterialReference

    One theme's material assignment. Exactly one of value / values is normally present; values may itself be null.

    interface MaterialReference {
        value?: number;
        values?: IndexValues[] | null;
    }
    Index
    value?: number
    values?: IndexValues[] | null