export interface EmbedDashboardResponse { dashboardId: string; expiresInMinutes: number; embedUrl: string; }