Fix types

This commit is contained in:
Adria Navarro 2025-01-15 12:35:36 +01:00
parent 72d7443d72
commit 55204871a2
1 changed files with 2 additions and 0 deletions

View File

@ -89,10 +89,12 @@ export type DataFetchDefinition =
| Table
| ViewV2Enriched
| {
// These fields are added to allow checking these fields on definition usages without requiring constant castings
schema?: Record<string, any> | null
primaryDisplay?: string
rowHeight?: number
type?: string
name?: string
}
// Constructs a new fetch model for a certain datasource