We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7291c commit 26ace5fCopy full SHA for 26ace5f
packages/snaps-sdk/src/types/methods/methods.ts
@@ -74,12 +74,12 @@ import type {
74
ScheduleBackgroundEventResult,
75
} from './schedule-background-event';
76
import type { SetStateParams, SetStateResult } from './set-state';
77
+import type { TrackEventParams, TrackEventResult } from './track-event';
78
import type {
79
UpdateInterfaceParams,
80
UpdateInterfaceResult,
81
} from './update-interface';
82
import type { Method } from '../../internals';
-import type { TrackEventParams, TrackEventResult } from '@metamask/snaps-sdk';
83
84
/**
85
* The methods that are available to the Snap. Each method is a tuple of the
0 commit comments