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