Type Alias SocketEventSubscriptionsUpdatedData

SocketEventSubscriptionsUpdatedData: {
    socketEventSubscriptions: Record<string, boolean | undefined>;
}

Type declaration

  • socketEventSubscriptions: Record<string, boolean | undefined>