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

    Interface UnsubscribeUserNotificationWebSocketEventDTO

    interface UnsubscribeUserNotificationWebSocketEventDTO {
        clientId: `${string & { length: 24 }}|${string}`;
        event: UNSUBSCRIBE_USER_NOTIFICATION;
        userKey: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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