diff --git a/code/core/src/preview-api/modules/store/csf/portable-stories.ts b/code/core/src/preview-api/modules/store/csf/portable-stories.ts index 647fa492a0e..37893aa4c03 100644 --- a/code/core/src/preview-api/modules/store/csf/portable-stories.ts +++ b/code/core/src/preview-api/modules/store/csf/portable-stories.ts @@ -263,10 +263,7 @@ type UnwrappedJSXStoryRef = { __pw_type: 'jsx'; type: UnwrappedImportStoryRef; }; -type UnwrappedImportStoryRef = ComposedStoryFn & { - playPromise?: Promise; - renderingEnded?: PromiseWithResolvers; -}; +type UnwrappedImportStoryRef = ComposedStoryFn; declare global { function __pwUnwrapObject(