Steam WebAPI Docs - v1.2.2
    Preparing search index...

    Type Alias BadgeProgress

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

    Properties

    Properties

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