diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-07 12:46:08 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-07 12:46:08 +0530 |
commit | a7965136d75c97bb6e2696c46a7d4a27dc33996c (patch) | |
tree | cbcec33c13b088a9b8260a6068aa911ec885e27e /src/interfaces.ts | |
parent | 1b5622ba01eb30768c49dcb9b7ac155cca0504e2 (diff) |
create basic menu for adding transport info
Diffstat (limited to 'src/interfaces.ts')
-rw-r--r-- | src/interfaces.ts | 10 |
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 { |