/** * Solidex.Company, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null * 1.0 * undefined */ export interface CreateCompanyModel { country?: string; taxId?: string; }