@toil/vk-audio - v0.0.5
    Preparing search index...

    Type Alias AudioItem

    type AudioItem = {
        album?: Album;
        artist: string;
        artists?: Artist[];
        createdAt: number;
        duration: number;
        fileUrl: string;
        hasLyrics: boolean;
        id: number;
        isExplicit: boolean;
        isLiked: boolean;
        subtitle?: string;
        thumbnail: Thumbail;
        title: string;
    }
    Index
    album?: Album
    artist: string
    artists?: Artist[]
    createdAt: number
    duration: number

    seconds

    fileUrl: string
    hasLyrics: boolean
    id: number
    isExplicit: boolean
    isLiked: boolean
    subtitle?: string

    e.g. hardstyle, speed up and etc

    thumbnail: Thumbail
    title: string