mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
schemas: Update to cuetsy v0.0.1 (#48753)
* Add explicit cuetsy annotations to all models.cue * Update to first cuetsy release * Clean up cuetsify a bit; remove unification * Update changes to news codegen output
This commit is contained in:
@@ -26,9 +26,9 @@ Panel: {
|
||||
bucketSize?: int
|
||||
bucketOffset: int | *0
|
||||
combine?: bool
|
||||
}
|
||||
} @cuetsy(kind="interface")
|
||||
|
||||
PanelFieldConfig: ui.GraphFieldConfig
|
||||
PanelFieldConfig: ui.GraphFieldConfig & {} @cuetsy(kind="interface")
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user