Type alias GetStartAndEndDatesForWeekOptions

GetStartAndEndDatesForWeekOptions: {
    startOfWeek?: GetWeekDownloadCountOptions["startOfWeek"];
    week: GetWeekDownloadCountOptions["week"];
}

The options to use when getting the download count for a week

Type declaration

Generated using TypeDoc