bring over code challenge
This commit is contained in:
commit
76b596da09
20 changed files with 51221 additions and 0 deletions
10
types/airport.ts
Normal file
10
types/airport.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
interface Airport {
|
||||
name: string
|
||||
iata: string
|
||||
city: string
|
||||
country: string
|
||||
longitude: number
|
||||
latitude: number
|
||||
}
|
||||
|
||||
export default Airport
|
Loading…
Add table
Add a link
Reference in a new issue