refactor: add type count employee
This commit is contained in:
parent
495c16ad42
commit
81afed88a6
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ export type Customer = {
|
||||||
createdAt: string;
|
createdAt: string;
|
||||||
updatedBy: string | null;
|
updatedBy: string | null;
|
||||||
updatedAt: string;
|
updatedAt: string;
|
||||||
|
|
||||||
|
_count: {
|
||||||
|
employee: number;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
export type CustomerBranch = {
|
export type CustomerBranch = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue