export interface Pin { id: string; location: number[]; complete_address: string; title: string; files: string[]; description: string; is_poi: boolean; user_id: string; date?: string; }