v0.5.0 #8
@@ -107,6 +107,11 @@ type Gifts struct {
|
|||||||
Gifts []Gift `json:"gifts"`
|
Gifts []Gift `json:"gifts"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const (
|
||||||
|
OwnedGiftRegularType OwnedGiftType = "regular"
|
||||||
|
OwnedGiftUniqueType OwnedGiftType = "unique"
|
||||||
|
)
|
||||||
|
|
||||||
type OwnedGiftType string
|
type OwnedGiftType string
|
||||||
type BaseOwnedGift struct {
|
type BaseOwnedGift struct {
|
||||||
Type OwnedGiftType `json:"type"`
|
Type OwnedGiftType `json:"type"`
|
||||||
|
|||||||
Reference in New Issue
Block a user