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;