binhonglee/GlobeTrotte

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

Summary

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

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

ts-implement IWingsStruct

# Login credential

struct LoginCredential {
  email    str
  password str
}