export interface InputStoryContentVideo { type: string; video: string; duration?: number; cover_frame_timestamp?: number; is_animation?: boolean; }