Documentation
    Preparing search index...

    Interface AchievementCriteria

    interface AchievementCriteria {
        achievement?: NameIdKey;
        amount: number;
        child_criteria?: AchievementCriteria[];
        description: string | null;
        faction?: Faction;
        id: number;
        is_gold?: boolean;
        operator?: Operator;
        show_progress_bar?: boolean;
    }
    Index
    achievement?: NameIdKey
    amount: number
    child_criteria?: AchievementCriteria[]
    description: string | null
    faction?: Faction
    id: number
    is_gold?: boolean
    operator?: Operator
    show_progress_bar?: boolean