export type PLVLiveElogStatisticsData = { bitrate: number; channelId?: string; errorCode?: string; event?: string; logFile: PLVLogFileBase; module?: string; platform2?: string; playId?: string; time: number; userAgent?: string; userId2?: string; version2?: string; viewerId?: string; viewerName?: string; pn: string; pv: string; }; export type PLVLogFileBase = { systemLog?: string; information?: string; exception?: string; playerParam?: string; };