Type alias AchievementEarnedNotification

AchievementEarnedNotification: BaseNotification & {
    achievement: string;
    type: "achievementEarned";
}

Type declaration

  • achievement: string
  • type: "achievementEarned"

Generated using TypeDoc