ENUM

BitsOfferType

BitsOfferType is the kind of offer.

link GraphQL Schema definition

1enum BitsOfferType {
2
3# AD is an advertisement or other engagement that can be watched to earn bits.
4AD
5
6# BUNDLE is a standard package of bits that can be purchased for a price.
7BUNDLE
8}