Interface GmfThemesResponse

interface GmfThemesResponse {
    background_layers: (GmfLayer | GmfGroup)[];
    errors: string[];
    ogcServers: {};
    themes: GmfTheme[];
}

Properties

background_layers: (GmfLayer | GmfGroup)[]
errors: string[]
ogcServers: {}

Type declaration

    themes: GmfTheme[]