refactor: add type count employee

This commit is contained in:
Net 2024-08-30 09:54:19 +07:00
parent 495c16ad42
commit 81afed88a6

View file

@ -23,6 +23,10 @@ export type Customer = {
createdAt: string;
updatedBy: string | null;
updatedAt: string;
_count: {
employee: number;
};
};
export type CustomerBranch = {