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

    Interface ChallengeListParams

    interface ChallengeListParams {
        coordinates?: string;
        type?: "regular" | "onboarding" | "group";
        is_active?: boolean;
    }
    Index

    Properties

    coordinates?: string

    The user's location, formatted as a latitude,longitude pair.

    type?: "regular" | "onboarding" | "group"
    is_active?: boolean