Interface Gifts

Contains a list of gifts that can be sent to another user.

interface Gifts {
    @type: "gifts";
    gifts: Gift[];
}

Properties

Properties

@type: "gifts"
gifts: Gift[]

The list of gifts.