We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac73647 commit abb2ffcCopy full SHA for abb2ffc
clients/js/src/plugin.ts
@@ -7,7 +7,7 @@ export const dasApi = (): UmiPlugin => ({
7
},
8
});
9
10
-declare module '@metaplex-foundation/umi' {
+declare module '@metaplex-foundation/umi/dist/types/Umi' {
11
interface Umi {
12
rpc: RpcInterface & DasApiInterface;
13
}
0 commit comments