Interface CollectibleItemTypeUsername

Describes a collectible item that can be purchased at https://fragment.com. Subtype of CollectibleItemType.

interface CollectibleItemTypeUsername {
    @type: "collectibleItemTypeUsername";
    username: string;
}

Properties

Properties

@type: "collectibleItemTypeUsername"
username: string

The username.