/** * This is auto-generated file, don't modify this file manually */ export interface VideoLiveSettings { /** * If user car rewind live or not */ can_rewind?: 0 | 1; /** * If live is endless or not */ is_endless?: 0 | 1; /** * Max possible time for rewind */ max_duration?: number; /** * If live in clips apps */ is_clips_live?: 0 | 1; }