Skip to content

Interface: TeamDetailsResponse

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

Details about a team responding to an alert.

Properties

aggregatedSuccessRate

aggregatedSuccessRate: number

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

The aggregated mission success rate from all responders, appropriately weighted by number of missions.


stats

stats: ResponderDetails[]

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

Details about each individual responder.

Released under the GPL-3.0 License.