aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces.ts')
-rw-r--r--src/interfaces.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/interfaces.ts b/src/interfaces.ts
index 49eee91..5e918b7 100644
--- a/src/interfaces.ts
+++ b/src/interfaces.ts
@@ -1,9 +1,9 @@
export interface Transport {
- name: string
- vehicleNum: string
- method: string
- gstin: string
- builty: string
+ Name: string
+ VehicleNum: string
+ Method: string
+ GSTIN: string
+ Builty: string
}
export interface Item {