import type * as Merge from "../../../index"; export interface WarningValidationProblem { source?: Merge.accounting.ValidationProblemSource; title: string; detail: string; problemType: string; blockMergeLink?: boolean; rawError?: string; errorCode?: number; }