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

    Type Alias Album

    type Album = {
        id: number;
        mainColor: string;
        ownerId: number;
        thumbnail: Thumbail;
        title: string;
    }
    Index
    id: number
    mainColor: string

    hex color

    ownerId: number
    thumbnail: Thumbail
    title: string