export interface EmbedVisualCommand { dashboardId: string; sheetId: string; visualId: string; parameters: Record; } export interface EmbedWithoutVisualCommand { dashboardId: string; sheetId: string; parameters: Record; }