UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 318 B
import { ICoords } from '../../../general'; import { IPayioResumeCompanyItemDetail } from '../interfaces'; export declare class PayioResumeCompanyItemDetailEntity implements IPayioResumeCompanyItemDetail { cords: ICoords[]; count: number; constructor(data?: Partial<PayioResumeCompanyItemDetailEntity>); }