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

    Interface UnsubscribeContestChangesWebSocketEventDTO

    interface UnsubscribeContestChangesWebSocketEventDTO {
        clientId: `${string & { length: 24 }}|${string}`;
        contestKey: string;
        event: UNSUBSCRIBE_CONTEST_CHANGES;
    }

    Hierarchy (View Summary)

    Index

    Properties

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