We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70162c3 commit 9eee928Copy full SHA for 9eee928
apps/web/src/lib/tinybird.ts
@@ -35,7 +35,7 @@ export async function listDataSources(token: string): Promise<TinybirdDataSource
35
36
export interface QueryResult {
37
meta: Array<{ name: string; type: string }>;
38
- data: Array<Record<string, any>>;
+ data: Array<Record<string, unknown>>;
39
rows: number;
40
statistics: {
41
elapsed: number;
0 commit comments