Skip to content

Commit

Permalink
Remove any.
Browse files Browse the repository at this point in the history
  • Loading branch information
collincchoy committed Jan 17, 2024
1 parent f4b2832 commit cea529b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useSubscription/useSubscriptionDevtools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ type EventTypeToDataMap = {
'Loading': { channel: Channel, action: string, loading: boolean },
'Error': { channel: Channel, action: string, error: unknown },
'Executed': { channel: Channel, action: string, executed: boolean },
'Response': { channel: Channel, action: string, response: any },
'Response': { channel: Channel, action: string, response: unknown },
'Refresh': { channel: Channel, action: string },
}

Expand Down

0 comments on commit cea529b

Please sign in to comment.