export interface IStoryStateFrame {
  readonly [key: string]: any;
}
