Type Alias CollectionRepoRankingByStarsData

CollectionRepoRankingByStarsData: {
    path: { collection_id: number };
    query?: { period?: "past_28_days" | "past_month" };
}

Type declaration

  • path: { collection_id: number }
    • collection_id: number

      The ID of collection

  • Optionalquery?: { period?: "past_28_days" | "past_month" }
    • Optionalperiod?: "past_28_days" | "past_month"

      The period of the range.