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

    Type Alias PlaylistItem

    type PlaylistItem = {
        accessKey: string;
        count: number;
        createdAt: number;
        description: string;
        followed?: PlaylistItemFollowed;
        followers: number;
        genres: unknown[];
        id: number;
        isFollowing: boolean;
        mainColor?: string;
        original?: PlaylistItemOriginal;
        ownerId: number;
        photo: Thumbail;
        plays: number;
        subtitle?: string;
        thumbs: Thumbail[];
        title: string;
        type: PlaylistType;
        updatedAt: number;
    }
    Index
    accessKey: string
    count: number

    count of audios inside playlist

    createdAt: number

    unixtime in secods format

    description: string
    followers: number
    genres: unknown[]
    id: number
    isFollowing: boolean
    mainColor?: string

    hex color

    ownerId: number
    photo: Thumbail
    plays: number
    subtitle?: string
    thumbs: Thumbail[]
    title: string
    updatedAt: number

    unixtime in secods format