fix: show service count

This commit is contained in:
puriphatt 2024-07-03 06:52:55 +00:00
parent 63aca38e83
commit 05d7c70f97
2 changed files with 3 additions and 3 deletions

View file

@ -158,7 +158,7 @@ export type ProductGroup = {
createdAt: string;
updatedBy: string;
updatedAt: string;
_count: { product: number; type: number };
_count: { product: number; type: number; service: number };
};
export interface ProductGroupCreate {