import type { PlaylistType } from '~/runtime'; export interface IPlaylistShort { name: string type: PlaylistType }