import { ICoords } from '../../../general';
export interface IPayioResumeCompanyItemDetail {
    cords: ICoords[];
    count: number;
}
