diff --git a/src/story.ts b/src/story.ts index 7d4c97a..bec5ee7 100644 --- a/src/story.ts +++ b/src/story.ts @@ -390,7 +390,11 @@ export type ProjectAnnotations< > = BaseAnnotations & { argsEnhancers?: ArgsEnhancer[]; argTypesEnhancers?: ArgTypesEnhancer[]; + /** + * @deprecated Project `globals` renamed to `initiaGlobals` + */ globals?: Globals; + initialGlobals?: Globals; globalTypes?: GlobalTypes; applyDecorators?: DecoratorApplicator; runStep?: StepRunner;