Change record
This commit is contained in:
parent
36fea720c9
commit
878e09cfb0
|
@ -25,7 +25,8 @@ export interface ViewV2 {
|
|||
order?: SortOrder
|
||||
type?: SortType
|
||||
}
|
||||
columns?: Record<string, UIFieldMetadata>
|
||||
columns?: string[]
|
||||
schemaUI?: Record<string, UIFieldMetadata>
|
||||
}
|
||||
|
||||
export type ViewSchema = ViewCountOrSumSchema | ViewStatisticsSchema
|
||||
|
|
Loading…
Reference in New Issue