Type alias ChallengesParams

ChallengesParams: PaginationParams & {
    name?: string;
    order?: "ASC" | "DESC";
    order_by?: "id" | "name" | "created_at";
    type?: "simple" | "complex";
}

Generated using TypeDoc