Interface UnsubscribeSenDataEcsTaskDefinitionsListWebSocketEventDTO

interface UnsubscribeSenDataEcsTaskDefinitionsListWebSocketEventDTO {
    event: UNSUBSCRIBE_SEND_DATA_ECS_TASK_DEFINITIONS_LIST;
    sessionId: `${string & {
        length: 24;
    }}`;
}

Properties

Properties

sessionId: `${string & {
    length: 24;
}}`