export interface GeometryPoint { coordinates: (number | string)[]; type: string; }