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