mirror of https://github.com/grafana/grafana
Schema: Move known shared types into the common (#61875)
* Setup shared types * Expand field types * Fix array type * Add QueryResultMeta * Add QueryResultBase * Add DataFrameJSON * Add DataSourcePluginMeta * Update QueryResultMetaStat * Add plugin cue and veneers * Rexport dupliate types to fix errors * Fix export * Update types * Remove data frame/plugin types * Cleanup types * Remove redundant type * Remove data frame related typespull/61997/head
parent
f85d072c17
commit
8e94eab9ff
@ -0,0 +1,10 @@ |
|||||||
|
package common |
||||||
|
|
||||||
|
// TODO docs |
||||||
|
DataSourceJsonData: { |
||||||
|
authType?: string |
||||||
|
defaultRegion?: string |
||||||
|
profile?: string |
||||||
|
manageAlerts?: bool |
||||||
|
alertmanagerUid?: string |
||||||
|
} @cuetsy(kind="interface") |
||||||
Loading…
Reference in new issue