binhonglee/GlobeTrotte

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

Summary

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

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

ts-implement IWingsStruct

# Email confirmation object.

struct EmailObj {
  uuid    str
  userid  int
}