NextGIS Frontend
    Preparing search index...

    Interface QmsCatalogGroup

    interface QmsCatalogGroup {
        id: string;
        name: string;
        services: QmsCatalogService[];
    }
    Index
    id: string
    name: string
    services: QmsCatalogService[]