interface DeviceErrors {
    gate_errors: GateError[];
}

Properties

Properties

gate_errors: GateError[]