import type * as Merge from "../../../index"; export interface CrmAccountResponse { model: Merge.crm.Account; warnings: Merge.crm.WarningValidationProblem[]; errors: Merge.crm.ErrorValidationProblem[]; logs?: Merge.crm.DebugModeLog[]; }