feat(agent-config): add typed dashboard mutation API
This commit is contained in:
parent
8af0fce6f1
commit
9b7f20c486
5 changed files with 1668 additions and 6 deletions
|
|
@ -1,6 +1,11 @@
|
|||
export {
|
||||
DASHBOARD_SCHEMA_VERSION,
|
||||
DashboardDocumentSchema,
|
||||
DatasourceReferenceSchema,
|
||||
ServiceEntrySchema,
|
||||
ServiceGroupSchema,
|
||||
TelemetryCardSchema,
|
||||
ThresholdSchema,
|
||||
dashboardDocumentJsonSchema,
|
||||
type DashboardDocument,
|
||||
type DashboardModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue