import { IThetaPhiRssi } from './IThetaPhiRssi'; export interface IThetaPhiRssiLog extends IThetaPhiRssi { log: string; }