UNPKG

cecon-interfaces

Version:
9 lines (8 loc) 237 B
import { IInfo } from '../interfaces'; export declare class InfoEntity implements IInfo { companyId: string; containerId: string; containerName: string; companyName: string; constructor(data?: Partial<InfoEntity>); }