import {
  IOpenable,
} from '../../interfaces/IOpenable';

export interface IStoryOptionsState extends IOpenable
{
}
