Skip to content

Commit 9eee928

Browse files
committed
type
1 parent 70162c3 commit 9eee928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/lib/tinybird.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export async function listDataSources(token: string): Promise<TinybirdDataSource
3535

3636
export interface QueryResult {
3737
meta: Array<{ name: string; type: string }>;
38-
data: Array<Record<string, any>>;
38+
data: Array<Record<string, unknown>>;
3939
rows: number;
4040
statistics: {
4141
elapsed: number;

0 commit comments

Comments
 (0)