Files
2021-05-10 14:00:59 -05:00

19 lines
327 B
CUE

package grafanaschema
Family: {
lineages: [
[
{
PanelOptions: {
bucketSize?: int
bucketOffset: int | *0
combine?: bool
}
// TODO: FieldConfig
}
]
]
migrations: []
}