@cityjson/flatcitybuf
    Preparing search index...

    Interface TextureReference

    One theme's texture assignment. {} is legal CityJSON: the per-theme texture object carries no required keyword at all.

    interface TextureReference {
        values?: IndexValues[];
    }
    Index
    values?: IndexValues[]