Skip to content

Commit 601d031

Browse files
committed
Remove unused RpcSubscriptionsRequest type
1 parent 0918568 commit 601d031

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/rpc-subscriptions-spec/src/rpc-subscriptions-request.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
81
export type PendingRpcSubscriptionsRequest<TNotification> = {
92
subscribe(options: RpcSubscribeOptions): Promise<AsyncIterable<TNotification>>;
103
};

0 commit comments

Comments
 (0)