@apollo-annotation/mst 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -93,7 +93,7 @@ export type Children = IMSTMap<typeof AnnotationFeatureModel> | undefined;
|
|
|
93
93
|
interface AnnotationFeatureRaw extends Instance<typeof AnnotationFeatureModel> {
|
|
94
94
|
}
|
|
95
95
|
export interface AnnotationFeature extends Omit<AnnotationFeatureRaw, 'children'> {
|
|
96
|
-
children?: Map<string, AnnotationFeature>;
|
|
96
|
+
children?: Map<string | number, AnnotationFeature>;
|
|
97
97
|
}
|
|
98
98
|
interface AnnotationFeatureSnapshotRaw extends SnapshotIn<typeof AnnotationFeatureModel> {
|
|
99
99
|
}
|