Type alias QuickBaseRequestRunReport

QuickBaseRequestRunReport: QuickBaseRequest & {
    reportId: string;
    skip?: number;
    tableId: string;
    top?: number;
}

Generated using TypeDoc