Optional params
params
?: { cursor
?: number; orderBy
?: SortOrder | "Ascending" | "Descending"; page
?: number; perPage
?: number; range
?: TimeRange | "Today" | "Week" | "Month" | "AllTime"; sortBy
?: SortBy | "Artist" | "Difficulty" | "Title" | "Creator" | "Bpm" | "Hit_Length" }Type declaration
Optional cursor?: number
Optional orderBy?: SortOrder | "Ascending" | "Descending"
Optional page?: number
Optional perPage?: number
Optional range?: TimeRange | "Today" | "Week" | "Month" | "AllTime"
Optional sortBy?: SortBy | "Artist" | "Difficulty" | "Title" | "Creator" | "Bpm" | "Hit_Length"