Skip to content

Commit

Permalink
Add shim for name-matcha
Browse files Browse the repository at this point in the history
  • Loading branch information
froch committed Feb 6, 2024
1 parent 83c63f5 commit 8c787e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/types/name-matcha.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
declare module '@leapwallet/name-matcha' {
interface LookupAllResponse {
[key: string]: string | null;
}

export function lookupAll(...args: any[]): Promise<LookupAllResponse>;
}

0 comments on commit 8c787e6

Please sign in to comment.