feat: count product type, service, product
This commit is contained in:
parent
51e8d2897e
commit
962b69baf6
3 changed files with 14 additions and 4 deletions
|
|
@ -158,6 +158,7 @@ export type ProductGroup = {
|
|||
createdAt: string;
|
||||
updatedBy: string;
|
||||
updatedAt: string;
|
||||
_count: { product: number; type: number };
|
||||
};
|
||||
|
||||
export interface ProductGroupCreate {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue