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

    Interface Badge

    interface Badge {
        id: number;
        name: string;
        type: "regular" | "season";
        silhouette: string;
        background_color: string;
        species_groups: number[];
        user_regular_badge: null | UserRegularBadge;
        next_level: null | BadgeLevel;
        onboarding_levels: null | BadgeLevel[];
        user_season_badges: null | UserSeasonBadge[];
    }
    Index

    Properties

    id: number
    name: string
    type: "regular" | "season"
    silhouette: string
    background_color: string
    species_groups: number[]
    user_regular_badge: null | UserRegularBadge
    next_level: null | BadgeLevel
    onboarding_levels: null | BadgeLevel[]
    user_season_badges: null | UserSeasonBadge[]