Type alias BadgeProgress

BadgeProgress: {
    response: {
        quests: {
            completed: boolean;
            questid: string;
        }[];
    };
}

Type declaration

  • response: {
        quests: {
            completed: boolean;
            questid: string;
        }[];
    }
    • quests: {
          completed: boolean;
          questid: string;
      }[]

Generated using TypeDoc