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

7 lines
98 B
Go
Raw Normal View History

2024-02-16 14:16:50 +00:00
package models
type AnthroveTag struct {
Name string `json:"name"`
Type string `json:"type"`
}