From f3f8ec7cc6e8eb64a3e797f875bb28c448854dce Mon Sep 17 00:00:00 2001 From: etowahadams Date: Mon, 10 Jun 2024 12:03:37 -0400 Subject: [PATCH] feat: update schema --- src/gosling-schema/gosling.schema.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gosling-schema/gosling.schema.ts b/src/gosling-schema/gosling.schema.ts index 755c85e7..27d5e531 100644 --- a/src/gosling-schema/gosling.schema.ts +++ b/src/gosling-schema/gosling.schema.ts @@ -284,13 +284,6 @@ interface CommonEventData { data: Datum[]; } -interface SpecEventData { - /** Source visualization ID, i.e., `track.id` */ - id: string; - /** Gosling spec */ - spec: GoslingSpec; -} - export interface GenomicPosition { chromosome: string; position: number;