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

    Interface UnsubscribeClientTrackWebSocketEventDTO

    interface UnsubscribeClientTrackWebSocketEventDTO {
        clientId: `${string & { length: 24 }}|${string}`;
        event: UNSUBSCRIBE_CLIENT_TRACK;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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