export interface Device { sn: string; ip: string; time: number; } export interface Log { time: number; log: any; type: string; }