observation-js Documentation - v1.16.0
    Preparing search index...

    Interface UserSeasonBadge

    interface UserSeasonBadge {
        id: number;
        rank: number;
        content: string;
        country_code: string;
        last_seen: string;
        publication_time: string;
        label: string;
    }
    Index

    Properties

    id: number
    rank: number
    content: string
    country_code: string
    last_seen: string
    publication_time: string
    label: string