feat(agent-config): add typed dashboard mutation API

This commit is contained in:
vince 2026-06-19 12:12:16 +02:00
parent 8af0fce6f1
commit 9b7f20c486
5 changed files with 1668 additions and 6 deletions

View file

@ -1,6 +1,11 @@
export {
DASHBOARD_SCHEMA_VERSION,
DashboardDocumentSchema,
DatasourceReferenceSchema,
ServiceEntrySchema,
ServiceGroupSchema,
TelemetryCardSchema,
ThresholdSchema,
dashboardDocumentJsonSchema,
type DashboardDocument,
type DashboardModule,