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