Skip to content

Commit

Permalink
commiting the file missed from the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NiranjanaBinoy committed Jul 19, 2024
1 parent 88e900b commit 5ed20fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/scripts/lib/rpc-method-middleware/handlers/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export type HandlerWrapper = {
methodNames: [string] | string[];
hookNames: Record<string, boolean>;
};

0 comments on commit 5ed20fc

Please sign in to comment.