type Order = { productDescription: string; shortDescription: string; totalPrice: string; }; export default Order;