Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Remove unused RpcSubscriptionsRequest type
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Oct 18, 2024
1 parent 30f9254 commit 9b9a3b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// NO CHANGES TO FIGURE OUT WHAT THE HELL IS HAPPENING WITH CI.
export type RpcSubscriptionsRequest<TResponse> = {
params: unknown[];
responseTransformer?: (response: unknown, notificationName: string) => TResponse;
Expand Down

0 comments on commit 9b9a3b5

Please sign in to comment.