Type alias GetLastDayDownloadCountOptions

GetLastDayDownloadCountOptions: {
    packages: string[];
}

Options for getting the download count for the given packages in the last available day.

Type declaration

  • packages: string[]

    The packages to get the download count for.

    Example

    ['@aws-lambda-powertools/logger']
    

Generated using TypeDoc