Type alias QuickBaseRequestGetTableReports

QuickBaseRequestGetTableReports: QuickBaseRequest & {
    tableId: string;
}

Generated using TypeDoc