export interface GateScanEntity { gate_id: string; type: string; uuid: string; } export interface GateLogEntity { gate_id: string; code: string; error: any; }