add some description entries for the UI

This commit is contained in:
Sven Czarnian
2022-11-01 02:00:49 +01:00
parent 42235e6e17
commit bb9044698d
5 changed files with 71 additions and 8 deletions

View File

@@ -18,6 +18,18 @@ export class Airport {
})
icao: string;
@Prop({
required: true,
type: String,
})
name: string;
@Prop({
required: true,
type: String,
})
flightInformationRegion: string;
@Prop({
required: true,
type: Waypoint,