add some description entries for the UI
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user