Skip to content

Commit

Permalink
feat: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Jun 10, 2024
1 parent 22d547b commit f3f8ec7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/gosling-schema/gosling.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f3f8ec7

Please sign in to comment.