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 0fdb78d commit 3ccca38Copy full SHA for 3ccca38
packages/bridge-controller/src/utils/validators.ts
@@ -224,10 +224,6 @@ export const IntentSchema = type({
224
relayer: optional(HexAddressSchema),
225
});
226
227
-// Export types for use in other modules
228
-export type IntentOrder = Infer<typeof IntentOrderSchema>;
229
-export type Intent = Infer<typeof IntentSchema>;
230
-
231
export const QuoteSchema = type({
232
requestId: string(),
233
srcChainId: ChainIdSchema,
0 commit comments