Spaces:
Configuration error
Configuration error
| package models | |
| type AuthenticatedUser struct { | |
| Account Account `json:"account"` | |
| Token string `json:"token"` | |
| } | |
| package models | |
| type AuthenticatedUser struct { | |
| Account Account `json:"account"` | |
| Token string `json:"token"` | |
| } | |