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