diff --git a/src/stores/customer/types.ts b/src/stores/customer/types.ts index bbc1ec58..c7e46fbf 100644 --- a/src/stores/customer/types.ts +++ b/src/stores/customer/types.ts @@ -4,6 +4,7 @@ import { Status } from '../types'; export type CustomerType = 'CORP' | 'PERS'; export type Customer = { + registeredBranchId: string; imageUrl: string; id: string; code: string;