interface MapStyle {
    mapName: string;
    style: string;
}

Hierarchy (view full)

Properties

Properties

mapName: string
style: string