fix: type of AnnotationLayer (#21878)
This commit is contained in:
parent
e418694150
commit
f4a4ab41e0
|
|
@ -125,7 +125,8 @@ export type AnnotationLayer =
|
|||
| EventAnnotationLayer
|
||||
| IntervalAnnotationLayer
|
||||
| FormulaAnnotationLayer
|
||||
| TimeseriesAnnotationLayer;
|
||||
| TimeseriesAnnotationLayer
|
||||
| TableAnnotationLayer;
|
||||
|
||||
export function isFormulaAnnotationLayer(
|
||||
layer: AnnotationLayer,
|
||||
|
|
|
|||
Loading…
Reference in New Issue