import { IStoryStateFrame, } from '../../state/IStoryStateFrame'; export interface InkContainerStateProps { readonly storyState: IStoryStateFrame; }