Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "COVID19API"

Index

Type aliases

FilePaths

FilePaths: { globalConfirmedCSVPath: string; globalDeathsCSVPath: string; globalRecoveredCSVPath: string; usConfirmedCSVPath: string; usDeathsCSVPath: string }

Type declaration

  • globalConfirmedCSVPath: string
  • globalDeathsCSVPath: string
  • globalRecoveredCSVPath: string
  • usConfirmedCSVPath: string
  • usDeathsCSVPath: string

LoadFromOptions

LoadFromOptions: "github" | "files"

StoreOptions

StoreOptions: "memory" | "indexeddb"

Generated using TypeDoc