initial commits

master
Charles Iliya Krempeaux 2023-09-28 10:07:47 +09:00
parent edcf474a25
commit 3c253a9530
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ type Account struct {
EMail opt.Optional[string] `json:"email"`
IP nul.Nullable[string] `json:"ip"`
IPs []IP `json:"ips"`
Locale nul.Nullable[string] `json:"locale"`
Locale opt.Optional[string] `json:"locale"`
InviteRequest nul.Nullable[string] `json:"invite_request"`
Role ent.Role `json:"role"`
Confirmed opt.Optional[bool] `json:"confirmed"`