// models import { CompanyAddress } from '../'; export interface FactoringCompany { name: string; phone: string; email: string; address: CompanyAddress; noticeOfAssigment: string; note: string; }