From 6b18951fac6c71d1ed84858467035f73de2deec7 Mon Sep 17 00:00:00 2001 From: "MSI\\2Fi" Date: Thu, 16 May 2024 10:56:48 +0800 Subject: [PATCH] [Cyril] - modify SubsidiaryTable --- src/app/api/customer/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/api/customer/index.ts b/src/app/api/customer/index.ts index ed4d947..437ce02 100644 --- a/src/app/api/customer/index.ts +++ b/src/app/api/customer/index.ts @@ -57,6 +57,7 @@ export interface SubsidiaryTable { district: string | null; email: string | null; subsidiaryType: string; + subsidiaryContacts: Contact[]; } export interface Contact {