We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ed5ac commit c788540Copy full SHA for c788540
code/core/src/types/modules/api-stories.ts
@@ -1,7 +1,7 @@
1
-import type { StatusByTypeId } from '../../../dist/types';
2
import type { DocsOptions } from './core-common';
3
import type { ArgTypes, Args, ComponentTitle, Parameters, Path, StoryId, Tag } from './csf';
4
import type { IndexEntry } from './indexer';
+import type { StatusByTypeId } from './status';
5
6
export interface API_BaseEntry {
7
id: StoryId;
0 commit comments