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