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

    Interface VideoMusic

    Licensed music in the video

    The property names change depending on your region's language.

    interface VideoMusic {
        album?: string;
        artist?: string;
        licenses?: string;
        song?: string;
        url?: string | null;
        writers?: string;
    }
    Index
    album?: string
    artist?: string
    licenses?: string
    song?: string
    url?: string | null
    writers?: string