mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
12 lines
149 B
CUE
12 lines
149 B
CUE
|
package panels
|
||
|
|
||
|
mapping: {
|
||
|
id: int
|
||
|
from: string
|
||
|
operator: string
|
||
|
to: string
|
||
|
text: string
|
||
|
type: int
|
||
|
value: string
|
||
|
}
|