Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface COVID19TimeSeriesDBSchema

Hierarchy

  • DBSchema
    • COVID19TimeSeriesDBSchema

Indexable

[s: string]: DBSchemaValue

Index

Properties

Properties

data

data: { indexes: { byCountryOrRegion: string; byProvinceOrState: string }; key: string; value: InternalLocationData }

Type declaration

  • indexes: { byCountryOrRegion: string; byProvinceOrState: string }
    • byCountryOrRegion: string
    • byProvinceOrState: string
  • key: string
  • value: InternalLocationData

settings

settings: { key: string; value: unknown }

Type declaration

  • key: string
  • value: unknown

Generated using TypeDoc