From 6549313a54e7fede18cfa170df82c29f511d76d7 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 12 Aug 2023 09:39:41 +0100 Subject: No more API build step --- api/_Order.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 api/_Order.d.ts (limited to 'api/_Order.d.ts') diff --git a/api/_Order.d.ts b/api/_Order.d.ts new file mode 100644 index 0000000..cf1ff81 --- /dev/null +++ b/api/_Order.d.ts @@ -0,0 +1,7 @@ +type Order = { + productDescription: string; + shortDescription: string; + totalPrice: number; +}; + +export default Order; -- cgit v1.2.3