1 2 3 4 5 6 7
type Order = { productDescription: string; shortDescription: string; totalPrice: number; }; export default Order;