import { ISource } from "../engine/source"; /** Specifies that the engine data originated from the MyGeotab system. */ export interface ISourceSystem extends ISource { } //# sourceMappingURL=source_system.d.ts.map