Skip to content

Commit

Permalink
fix: type of AnnotationLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Oct 19, 2022
1 parent 54f6fd6 commit 2716e76
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ export type AnnotationLayer =
| EventAnnotationLayer
| IntervalAnnotationLayer
| FormulaAnnotationLayer
| TimeseriesAnnotationLayer;
| TimeseriesAnnotationLayer
| TableAnnotationLayer;

export function isFormulaAnnotationLayer(
layer: AnnotationLayer,
Expand Down

0 comments on commit 2716e76

Please sign in to comment.