Skip to content

Commit abb2ffc

Browse files
feat(module augmentations): augment umi module directly
1 parent ac73647 commit abb2ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/js/src/plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const dasApi = (): UmiPlugin => ({
77
},
88
});
99

10-
declare module '@metaplex-foundation/umi' {
10+
declare module '@metaplex-foundation/umi/dist/types/Umi' {
1111
interface Umi {
1212
rpc: RpcInterface & DasApiInterface;
1313
}

0 commit comments

Comments
 (0)