RpcSubscriptionNotificationEvents: Omit<
    RpcSubscriptionChannelEvents<TNotification>,
    "message",
> & { notification: TNotification }

Type Parameters

  • TNotification