Type alias QuickBaseRequestGetTable

QuickBaseRequestGetTable: QuickBaseRequest & {
    appId: string;
    tableId: string;
}

Type declaration

  • appId: string

    The unique identifier of an app

  • tableId: string

    The unique identifier (dbid) of the table.