@iamtraction/play-dl
    Preparing search index...

    Interface DeezerImage

    Interface representing an image on Deezer available in four sizes

    interface DeezerImage {
        big: string;
        medium: string;
        small: string;
        xl: string;
    }
    Index
    big: string

    The second largest version of the image

    medium: string

    The second smallest version of the image

    small: string

    The smallest version of the image

    xl: string

    The largest version of the image