export class FireMapUpdateV1 { public type: string; // Type of the update public time: Date; // Time when update was reported public drone_id: string; // Drone ID that reported the update public long: number; // Center longitude public lat: number; // Center latitude public people: number; // Number of people in the area }