export interface EmbedVisualCommand { dashboardId: string; sheetId: string; visualIds: string[]; parameters: Record; }