interface DeleteIncidentById {
    incidentId: string;
}

Properties

Properties

incidentId: string

The ID of the Incident to delete.