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