import { ISource } from "../engine/source"; /** Specifies that the engine data originated from WWH enhanced type. */ export interface ISourceObdSa extends ISource { /** Gets the singleton value. */ value: ISourceObdSa; } //# sourceMappingURL=source_obd_sa.d.ts.map