We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0918568 commit 601d031Copy full SHA for 601d031
packages/rpc-subscriptions-spec/src/rpc-subscriptions-request.ts
@@ -1,10 +1,3 @@
1
-export type RpcSubscriptionsRequest<TResponse> = {
2
- params: unknown[];
3
- responseTransformer?: (response: unknown, notificationName: string) => TResponse;
4
- subscribeMethodName: string;
5
- unsubscribeMethodName: string;
6
-};
7
-
8
export type PendingRpcSubscriptionsRequest<TNotification> = {
9
subscribe(options: RpcSubscribeOptions): Promise<AsyncIterable<TNotification>>;
10
};
0 commit comments