UNPKG

mobyo-interfaces

Version:
7 lines (6 loc) 158 B
import { IEntity } from './i-entity'; export interface IProductCategory extends IEntity { name: string; containerId: string; companyId: string; }