import { IThetaPhiRssi } from './IThetaPhiRssi'; export interface IPackage { sMac: string; gMacs: string[]; thetaPhiRssis: IThetaPhiRssi[]; gSensors: number[]; m_Hz: number; }