binhonglee/GlobeTrotte

View on GitHub
src/wings/struct/parsed_city.wings

Summary

Maintainability
Test Coverage
go-filepath src/turbine/wings
ts-filepath src/cockpit/wings

ts-import { IWingsStruct }:wings-ts-util

ts-implement IWingsStruct

# City object queried from DB

struct ParsedCity {
  id int
  display str
  iso2 str
}