Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InternalValuesOnDate

Defines the structure of an internally used object which contains all the data on a certain date.

Hierarchy

Index

Properties

confirmed

confirmed: number

The number of confirmed cases.

date

date: string

The date of the values.

deaths

deaths: number | null

The number of deaths. null if this information is not available.

recovered

recovered: number | null

The number of recoveries. null if this information is not available.

Generated using TypeDoc