export interface IStaticBeacon { static_beacon_mac: string; map_id: string; static_x: number; static_y: number; static_z: number; tx_rssi: number; }