import { ISource } from "../engine/source"; /** Specifies that the engine data originated from a legacy proprietary source. */ export interface ISourceLegacy extends ISource { /** Gets the singleton value. */ value: ISourceLegacy; } //# sourceMappingURL=source_legacy.d.ts.map