interface RawState {
    countryID: number;
    geometry?: null | Polygon | MultiPolygon;
    id: number;
    isDefault: boolean;
    name: string;
}

Properties

countryID: number
geometry?: null | Polygon | MultiPolygon
id: number
isDefault: boolean
name: string