import { InputStoryContentPhoto } from './InputStoryContentPhoto.generated'; import { InputStoryContentVideo } from './InputStoryContentVideo.generated'; export type InputStoryContent = InputStoryContentPhoto | InputStoryContentVideo;