import { IDataToComponentContent } from "./data_to_component_content"; /** * The contents of a {@link ITextMessage} that can be used to control the state of * an IOX-OUTPUT. */ export interface IPassthroughEnabledMessage extends IDataToComponentContent { } //# sourceMappingURL=passthrough_enabled_message.d.ts.map