interface GeoRegion {
    regionCode: string;
}

Properties

Properties

regionCode: string