Arg fix lib/api

This commit is contained in:
Tom Coleman 2021-09-09 02:19:10 +10:00
parent db5cfabc2a
commit 81838bd8a5

View File

@ -74,7 +74,7 @@ export interface SubAPI {
resetStoryArgs: (story: Story, argNames?: string[]) => void;
findLeafStoryId(StoriesHash: StoriesHash, storyId: StoryId): StoryId;
fetchStoryList: () => Promise<void>;
setStoryList: (storyList: StoriesListJson) => Promise<void>;
setStoryList: (storyList: StoryIndex) => Promise<void>;
updateStory: (storyId: StoryId, update: StoryUpdate, ref?: ComposedRef) => Promise<void>;
}