A gift with stars attached to it.

Constructors

Properties

Accessors

  • get availability(): null | {
        remains: number;
        total: number;
    }
  • For limited availability gifts, the number of remaining and total gifts available

    Returns null | {
        remains: number;
        total: number;
    }