refactor(model): extract dashboard model package

This commit is contained in:
vince 2026-06-20 06:26:19 +02:00
parent 22f50d64f9
commit 7a6ad8ab0e
35 changed files with 164 additions and 57 deletions

View file

@ -8,7 +8,7 @@ import type {
StatusItem,
StatusStrip,
TelemetryCard,
} from "$lib/model";
} from "@dimensionlab/dashboard-model";
export interface DatasourceResolutionOptions {
fetch?: DatasourceFetch;