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