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

    Interface WebsocketSubscription

    interface WebsocketSubscription {
        clientId: `${string & { length: 24 }}|${string}`;
        event: WebSocketSubscriptionEvent;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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