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