/** * Solidex.Company, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null * 1.0 * undefined */ export interface UpdateCompanyVerificationStatusRequest { /** format: uuid */ companyId?: string; newStatus?: boolean; }