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 903dc04 commit 71d85bfCopy full SHA for 71d85bf
packages/bridge-status-controller/src/types.ts
@@ -18,7 +18,7 @@ import type {
18
import type { TransactionControllerGetStateAction } from '@metamask/transaction-controller';
19
import type { TransactionMeta } from '@metamask/transaction-controller';
20
21
-import type BridgeStatusController from './bridge-status-controller';
+import type { BridgeStatusController } from './bridge-status-controller';
22
import type { BRIDGE_STATUS_CONTROLLER_NAME } from './constants';
23
24
// All fields need to be types not interfaces, same with their children fields
0 commit comments