interface Region {
    border: Location[];
    interiors: Location[][];
    name: string;
}

Properties

Properties

border: Location[]
interiors: Location[][]
name: string