@juki-team/commons - v0.1.10
    Preparing search index...

    Interface SubscribeSubmissionsCrawlWebSocketEventDTO

    interface SubscribeSubmissionsCrawlWebSocketEventDTO {
        clientId: `${string & { length: 24 }}|${string}`;
        contestKey: string;
        event: SUBSCRIBE_SUBMISSIONS_CRAWL;
        problemKeys: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clientId: `${string & { length: 24 }}|${string}`
    contestKey: string
    problemKeys: string