Vairified TypeScript SDK - v0.3.1
    Preparing search index...

    Interface LeaderboardOptions

    interface LeaderboardOptions {
        category?: string;
        ageBracket?: string;
        scope?: string;
        state?: string;
        city?: string;
        clubId?: string;
        gender?: Gender | "male" | "female" | "other" | "unknown";
        verifiedOnly?: boolean;
        minGames?: number;
        limit?: number;
        offset?: number;
        search?: string;
    }
    Index

    Properties

    category?: string
    ageBracket?: string
    scope?: string
    state?: string
    city?: string
    clubId?: string
    gender?: Gender | "male" | "female" | "other" | "unknown"
    verifiedOnly?: boolean
    minGames?: number
    limit?: number
    offset?: number
    search?: string