Skip to content

Commit

Permalink
Remove unused RpcSubscriptionsRequest type
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Oct 17, 2024
1 parent 30f9254 commit 290bef4
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
export type RpcSubscriptionsRequest<TResponse> = {
params: unknown[];
responseTransformer?: (response: unknown, notificationName: string) => TResponse;
subscribeMethodName: string;
unsubscribeMethodName: string;
};

export type PendingRpcSubscriptionsRequest<TNotification> = {
subscribe(options: RpcSubscribeOptions): Promise<AsyncIterable<TNotification>>;
};
Expand Down

0 comments on commit 290bef4

Please sign in to comment.