fix: show service count
This commit is contained in:
parent
63aca38e83
commit
05d7c70f97
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue