diff options
Diffstat (limited to 'src/interfaces.ts')
-rw-r--r-- | src/interfaces.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/interfaces.ts b/src/interfaces.ts index 04e7d51..1ace032 100644 --- a/src/interfaces.ts +++ b/src/interfaces.ts @@ -23,3 +23,10 @@ export interface Item { TotalGSTValue: number // total tax // category and brand } + +export interface Person { + Name: string + Address: string + Phone: string + Email: string +} |