import type { IRawThumbUrls } from './raw-thumbs-urls';
import type { PlaylistType } from '../../runtime';
export interface IPlaylistThumb {
video_md5: string;
thumb_num: number;
urls: IRawThumbUrls;
}
export interface IRawPlaylistData {
guid: string; // unused
created: number; // unused
updated: number; // ✅ used →
{{ playlistsData.username }}
playlist_type: PlaylistType; // ✅ used → v-if="playlistsData.playlistType === 'private'" niche: string; // unused domain: string; // unused thumbs: IPlaylistThumb[]; // unused videos_count: number; // ✅ used →