Yurba.js Documentation
    Preparing search index...

    Interface PlaylistData

    interface PlaylistData {
        cover: number;
        description: string;
        name: string;
        release: string;
    }
    Index

    Properties

    cover: number
    description: string
    name: string
    release: string