fix: แก้ type CustomerBranch
This commit is contained in:
parent
cd153aa3e4
commit
0728f0a3ff
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ export type CustomerBranch = {
|
|||
province: Province;
|
||||
district: District;
|
||||
subDistrict: SubDistrict;
|
||||
_count: {
|
||||
employee: number;
|
||||
};
|
||||
};
|
||||
|
||||
export type CustomerBranchCreate = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue