export declare class PLVPlaybackDataResponseVO { code?: number | null; status?: string | null; message?: string | null; data?: Data | null; } export declare class TargetPlaybackVideo { videoId?: string | null; videoPoolId?: string | null; fileUrl?: string | null; userId?: string | null; channelSessionId?: string | null; duration?: string | null; originSessionId?: string | null; seed?: number | null; pageMode?: number | null; fileId?: string | null; origin?: string | null; } export declare class RecordFile { fileId?: string | null; m3u8?: string | null; mp4?: string | null; channelSessionId?: string | null; duration?: string | null; originSessionId?: string | null; pageMode?: number | null; origin?: string | null; } export declare class Data { hasPlaybackVideo?: string | null; hasRecordFile?: string | null; enablePlayBack?: string | null; playbackOrigin?: string | null; vodUserStatus?: string | null; sectionEnabled?: string | null; recordFile?: RecordFile | null; targetPlaybackVideo?: TargetPlaybackVideo | null; vodUrl?: any | null; vodSessionId?: any | null; targetSessionId?: string | null; type?: string | null; playbackType?: any | null; chatPlaybackEnabled?: string | null; }