import { IGoCurveAuxiliary } from "./go_curve_auxiliary"; /** The Geotab GO7 device. Additional properties can be seen in . */ export interface IGo7 extends IGoCurveAuxiliary { } //# sourceMappingURL=i_go7.d.ts.map