Interface CheckOptions

Check endpoint optional parameters.

Hierarchy

  • TypeOf<typeof checkOptionsSchema>
    • CheckOptions

Properties

Properties

maxAgeInDays?: number = ...

Show latest reports based on n days. Accepted values between 1 and 365, defaults to 30 by the API.

verbose?: boolean = ...

Includes in the client response all the reports (Limited to 10,000) and country name entries, based on the maxAgeInDays parameter. Defaults to false by the API.

Generated using TypeDoc