Type alias ListsDbMeta

ListsDbMeta: {
    sheets: SheetDetails[];
    spreadsheetId: string;
    spreadsheetUrl: string;
    tab: string;
    title: string;
    titles: string[];
}

Type declaration

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

Generated using TypeDoc