fix: แก้ type CustomerBranch

This commit is contained in:
Net 2024-06-12 16:22:10 +07:00
parent cd153aa3e4
commit 0728f0a3ff

View file

@ -55,6 +55,9 @@ export type CustomerBranch = {
province: Province;
district: District;
subDistrict: SubDistrict;
_count: {
employee: number;
};
};
export type CustomerBranchCreate = {