otter-space-sdk/pkg/models/user.go

7 lines
166 B
Go
Raw Permalink Normal View History

2024-02-16 14:16:50 +00:00
package models
type AnthroveUser struct {
UserID AnthroveUserID `json:"user_id"`
Relationship []AnthroveUserRelationship `json:"relationship"`
}