Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetCollectionOptionsBasics

Hierarchy

Index

Properties

Properties

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"

Generated using TypeDoc