Interface SubscribeSenDataEcsTaskDefinitionsListWebSocketEventDTO

interface SubscribeSenDataEcsTaskDefinitionsListWebSocketEventDTO {
    event: SUBSCRIBE_SEND_DATA_ECS_TASK_DEFINITIONS_LIST;
    sessionId: `${string & {
        length: 24;
    }}`;
}

Properties

Properties

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