define the user in the types
This commit is contained in:
@@ -3,3 +3,10 @@ export interface AirportOverview {
|
||||
name: string;
|
||||
flightInformationRegion: string;
|
||||
};
|
||||
|
||||
export interface User {
|
||||
vatsimId: string;
|
||||
fullName: string;
|
||||
administrator: boolean;
|
||||
airportConfigurationAccess: string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user