fix: type of AnnotationLayer (#21878)

This commit is contained in:
JUST.in DO IT 2022-10-21 04:11:18 -07:00 committed by GitHub
parent e418694150
commit f4a4ab41e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ export type AnnotationLayer =
| EventAnnotationLayer
| IntervalAnnotationLayer
| FormulaAnnotationLayer
| TimeseriesAnnotationLayer;
| TimeseriesAnnotationLayer
| TableAnnotationLayer;
export function isFormulaAnnotationLayer(
layer: AnnotationLayer,