Skip to content

Commit 3ccca38

Browse files
committed
chore: remove unused export
1 parent 0fdb78d commit 3ccca38

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/bridge-controller/src/utils/validators.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@ export const IntentSchema = type({
224224
relayer: optional(HexAddressSchema),
225225
});
226226

227-
// Export types for use in other modules
228-
export type IntentOrder = Infer<typeof IntentOrderSchema>;
229-
export type Intent = Infer<typeof IntentSchema>;
230-
231227
export const QuoteSchema = type({
232228
requestId: string(),
233229
srcChainId: ChainIdSchema,

0 commit comments

Comments
 (0)