export interface IGuiCommandOptions { open: boolean; } export interface IMergeReportsCommandOptions { destination: string; }