UNPKG

cecon-interfaces

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