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