Skip to content

Interface: LocationDetail

Defined in: api/endpoints/emergency/response/LocationDetail.ts:4

A supported location from which an emergency may be submitted.

Properties

children

children: LocationDetail[]

Defined in: api/endpoints/emergency/response/LocationDetail.ts:18

Additional locations which are within this location (e.g. moons of a planet, or planets of a system)


name

name: string

Defined in: api/endpoints/emergency/response/LocationDetail.ts:8

The name of this location


type

type: LocationType

Defined in: api/endpoints/emergency/response/LocationDetail.ts:13

The type of this location

Released under the GPL-3.0 License.