export interface DeleteIncidentById {
  /** The ID of the Incident to delete. */
  incidentId: string;
}
