feat: count product type, service, product

This commit is contained in:
puriphatt 2024-07-01 04:49:11 +00:00
parent 51e8d2897e
commit 962b69baf6
3 changed files with 14 additions and 4 deletions

View file

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