UNPKG

timeline-state-resolver-types

Version:
7 lines 336 B
import { DeviceType, TcpSendCommandContent } from '..'; export type TimelineContentTCPSendAny = TimelineContentTCPRequest; export interface TimelineContentTCPSendBase { deviceType: DeviceType.TCPSEND; } export type TimelineContentTCPRequest = TimelineContentTCPSendBase & TcpSendCommandContent; //# sourceMappingURL=tcpSend.d.ts.map