fix: type error
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Methapon2001 2025-09-12 14:29:42 +07:00
parent ef778d7c15
commit 6bbb577494

View file

@ -44,7 +44,12 @@ export type CustomerBranchRelation = {
payDate: string;
jobDescription: string;
jobPosition: string;
businessType: string;
businessTypeId: string;
businessType?: {
id: string;
name: string;
nameEN: string;
};
contactName: string;
officeTel: string;
contactTel: string;
@ -80,7 +85,6 @@ export type CustomerBranchRelation = {
namePrefix: string;
telephoneNo: string;
codeCustomer: string;
customerName: string;
updatedByUserId: string;
createdByUserId: string;
code: string;