Skip to content

Interface: ResponderDetails

Defined in: api/endpoints/emergency/response/TeamDetailsResponse.ts:21

Details about an alert responder.

Properties

dispatchSuccessRate

dispatchSuccessRate: number

Defined in: api/endpoints/emergency/response/TeamDetailsResponse.ts:40

The success rate of all prior missions this staff member has acted as a dispatcher for.


id

id: string

Defined in: api/endpoints/emergency/response/TeamDetailsResponse.ts:25

The responder's id.


level

level: Level

Defined in: api/endpoints/emergency/response/TeamDetailsResponse.ts:30

The responder's level.


missionSuccessRate

missionSuccessRate: number

Defined in: api/endpoints/emergency/response/TeamDetailsResponse.ts:35

The success rate of all prior missions this staff member has responded to.

Released under the GPL-3.0 License.