UNPKG

@tomei/product

Version:

NestJS package for product module

6 lines (5 loc) 94 B
export interface IProductTagAttr { TagId?: string; ProductId?: string; Name?: string; }