Interface AutoExploreButton

interface AutoExploreButton {
    active: boolean;
    locationId: number;
    regionId: number;
}

Hierarchy

  • Context
    • AutoExploreButton

Properties

active: boolean
locationId: number
regionId: number