import { ISource } from "../engine/source"; /** Specifies that the engine data originated from a third-party device. */ export interface ISourceThirdParty extends ISource { /** Gets the singleton value. */ value: ISourceThirdParty; } //# sourceMappingURL=source_third_party.d.ts.map