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