export interface IPlaylistVideoFormType { playlistId: string[] | undefined videoId: string VideoGUID: string videoMd5: string thumbNum: number name: string duration: number }