import { IDevice } from "./device"; /** * A mobile tracking device that is used in MyGeotab. This is used for extensibility * and is based on the object. */ export interface IGoDriveDevice extends IDevice { } //# sourceMappingURL=go_drive_device.d.ts.map