summaryrefslogtreecommitdiff
path: root/api/_Order.d.ts
blob: d08ca9f3ce4038926439ee082b26b0b42cf8c241 (plain)
1
2
3
4
5
6
7
type Order = {
  productDescription: string;
  shortDescription: string;
  totalPrice: string;
};

export default Order;