timeline-state-resolver-types
Version:
Have timeline, control stuff
7 lines • 336 B
TypeScript
import { DeviceType, TcpSendCommandContent } from '..';
export type TimelineContentTCPSendAny = TimelineContentTCPRequest;
export interface TimelineContentTCPSendBase {
deviceType: DeviceType.TCPSEND;
}
export type TimelineContentTCPRequest = TimelineContentTCPSendBase & TcpSendCommandContent;
//# sourceMappingURL=tcpSend.d.ts.map