fix: แก้ type

This commit is contained in:
Net 2024-04-18 14:56:35 +07:00
parent 1febeaee23
commit 049a0406e1

View file

@ -29,6 +29,8 @@ export type Branch = {
taxNo: string;
id: string;
code: string;
telephoneNo: string;
lineId: string;
contact: BranchContact[];
};