diff options
Diffstat (limited to 'api/_Order.d.ts')
| -rw-r--r-- | api/_Order.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/_Order.d.ts b/api/_Order.d.ts index cf1ff81..d08ca9f 100644 --- a/api/_Order.d.ts +++ b/api/_Order.d.ts @@ -1,7 +1,7 @@ type Order = { productDescription: string; shortDescription: string; - totalPrice: number; + totalPrice: string; }; export default Order; |
