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

    Interface BadgeLevel

    interface BadgeLevel {
        id: number;
        target_species: number;
        target_observations: number;
        value: number;
        content: string;
    }
    Index

    Properties

    id: number
    target_species: number
    target_observations: number
    value: number
    content: string