summaryrefslogtreecommitdiff
path: root/api/Order.d.ts
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-07 20:46:07 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-07 20:50:17 +0100
commit48f6b38c333fdaf57fe418c6e6a5fc4bfb928921 (patch)
tree2f13763840bd55545b5ce7085517ce369dbf1bef /api/Order.d.ts
parent1ec33f27f5bff2b96c80b954b53a62951b6cd354 (diff)
Pre-compiles api
Diffstat (limited to 'api/Order.d.ts')
-rw-r--r--api/Order.d.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/api/Order.d.ts b/api/Order.d.ts
deleted file mode 100644
index cf1ff81..0000000
--- a/api/Order.d.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-type Order = {
- productDescription: string;
- shortDescription: string;
- totalPrice: number;
-};
-
-export default Order;