export interface DeleteDashboard {
  /** The ID of the dashboard. */
  id: string;
}
