export interface GeometryResponseData { type: string; coordinates: [number, number][][]; }