Skip to content

Commit 4092316

Browse files
committed
fix: exports
1 parent 4ae6355 commit 4092316

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

eslint-suppressions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2364,4 +2364,4 @@
23642364
"count": 10
23652365
}
23662366
}
2367-
}
2367+
}

packages/bridge-controller/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export {
108108
export type { QuoteResponseV1 as QuoteResponse } from './validators/quote-response-v1';
109109
export type { Quote } from './validators/quote';
110110
export { FeeType, DiscountType } from './validators/quote';
111-
export type { ActionTypes } from './validators/step';
111+
export { ActionTypes } from './validators/step';
112112
export {
113113
validateQuoteStreamComplete,
114114
QuoteStreamCompleteReason,

packages/bridge-controller/src/validators/quote-response-v1.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ import {
77
enums,
88
union,
99
assert,
10-
StructError,
1110
} from '@metamask/superstruct';
1211
import { StrictHexStruct } from '@metamask/utils';
1312

14-
import { formatStructErrors } from '../utils/struct-error';
1513
import { FeatureId } from './feature-flags';
1614
import { FloatStringSchema } from './number';
1715
import { QuoteSchema } from './quote';

0 commit comments

Comments
 (0)