Interface UnsubscribeProblemCrawledWebSocketEventDTO

interface UnsubscribeProblemCrawledWebSocketEventDTO {
    event: UNSUBSCRIBE_PROBLEM_CRAWLED;
    problemKey: string;
    sessionId: `${string & {
        length: 24;
    }}`;
}

Properties

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