UNPKG

cannoli-interfaces

Version:
7 lines (6 loc) 185 B
import { IInfo } from '../interfaces'; export declare class InfoEntity implements IInfo { companyId: string; containerId: string; constructor(data?: Partial<InfoEntity>); }