QBReportJSON: {
data: Partial<QuickBaseResponseGetReport> & Record<any, any>;
fids: Record<any, number>;
fields: QBFieldJSON[];
quickbase: QuickBaseOptions;
reportId: string;
tableId: string;
}
Type declaration
-
data: Partial<QuickBaseResponseGetReport> & Record<any, any>
-
fids: Record<any, number>
-
fields: QBFieldJSON[]
-
quickbase: QuickBaseOptions
-
reportId: string
-
tableId: string