Skip to content

Commit 7bf2f02

Browse files
committed
remove rendundant interface
1 parent bac93ee commit 7bf2f02

File tree

1 file changed

+0
-5
lines changed
  • components/composite/OrderSummary/LineItemTypes

1 file changed

+0
-5
lines changed

components/composite/OrderSummary/LineItemTypes/index.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ interface DeliveryLeadTime {
3535
maxHours: number
3636
}
3737

38-
interface DeliveryLeadTime {
39-
minHours: number
40-
maxHours: number
41-
}
42-
4338
interface Props {
4439
type: TLineItem
4540
}

0 commit comments

Comments
 (0)