From 802ab0031e4189c44646f7971862782558b15207 Mon Sep 17 00:00:00 2001 From: "MSI\\2Fi" Date: Thu, 16 May 2024 11:00:31 +0800 Subject: [PATCH] [Cyril] - Modify Customer Table --- src/app/api/subsidiary/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/api/subsidiary/index.ts b/src/app/api/subsidiary/index.ts index 818bebf..aa03215 100644 --- a/src/app/api/subsidiary/index.ts +++ b/src/app/api/subsidiary/index.ts @@ -22,7 +22,9 @@ export interface CustomerTable { brNo: string | null; address: string | null; district: string | null; - customerType: string + customerType: string; + + contacts: Contact[]; } export interface CustomerType {