Type alias BasicDbMeta

BasicDbMeta: {
    headers: string[];
    sheets: SheetDetails[];
    spreadsheetId: string;
    spreadsheetUrl: string;
    tab: string;
    title: string;
}

Type declaration

  • headers: string[]
  • sheets: SheetDetails[]
  • spreadsheetId: string
  • spreadsheetUrl: string
  • tab: string
  • title: string

Generated using TypeDoc