interface BoundaryJson {
    num_points: number;
    points: number[];
    type?: "inner";
}

Properties

num_points: number
points: number[]
type?: "inner"