diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 09:39:41 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 09:41:58 +0100 |
| commit | 6549313a54e7fede18cfa170df82c29f511d76d7 (patch) | |
| tree | 2dc148824adfa08dd7b32cf2ca2179e6e3e23dfc /api-src/_Order.d.ts | |
| parent | fae665188dfd2c333c6fbba43a8d3c776b285d27 (diff) | |
No more API build step
Diffstat (limited to 'api-src/_Order.d.ts')
| -rw-r--r-- | api-src/_Order.d.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/api-src/_Order.d.ts b/api-src/_Order.d.ts deleted file mode 100644 index cf1ff81..0000000 --- a/api-src/_Order.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -type Order = { - productDescription: string; - shortDescription: string; - totalPrice: number; -}; - -export default Order; |
