diff --git a/src/stores/branch/types.ts b/src/stores/branch/types.ts index 003961ca..55a07087 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -29,6 +29,8 @@ export type Branch = { taxNo: string; id: string; code: string; + telephoneNo: string; + lineId: string; contact: BranchContact[]; };