import { ISource } from "../engine/source"; /** * Specifies that the engine data originated from a J1708 engine computer for an obsolete * GUID. */ export interface ISourceJ1708Obsolete extends ISource { } //# sourceMappingURL=i_source_j1708_obsolete.d.ts.map