This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
otter-space-sdk/pkg/models/user.go
SoXX 0620d2919e docs(swagger): added typehint
Signed-off-by: SoXX <soxx@fenpa.ws>
2024-05-31 14:18:36 +02:00

7 lines
182 B
Go

package models
type AnthroveUser struct {
UserID AnthroveUserID `json:"user_id" format:"string"`
Relationship []AnthroveUserRelationship `json:"relationship"`
}