import type * as Merge from "../../../index"; export interface DebugModeLog { logId: string; dashboardView: string; logSummary: Merge.accounting.DebugModelLogSummary; }