From e59c4dee0ab213c2e1f93b494a09fcd3810d7f10 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sat, 26 Jun 2021 02:58:04 +0530 Subject: Converted RegisterItemForm to TS and fix bugs, added more functionality to support the backend --- src/interfaces.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/interfaces.ts') 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 +} -- cgit v1.2.3