NB Scraper Docs - v1.3.0
    Preparing search index...

    Interface LyricsGeneratorData

    interface LyricsGeneratorData {
        title: string;
        lyrics: string;
        topic: string;
        genre: string;
        mood: string;
        structure: string;
        language: string;
    }
    Index

    Properties

    title: string
    lyrics: string
    topic: string
    genre: string
    mood: string
    structure: string
    language: string