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

    Interface LyricsGeneratorOptions

    interface LyricsGeneratorOptions {
        topic: string;
        genre?: LyricsGeneratorGenre;
        mood?: LyricsGeneratorMood;
        structure?: LyricsGeneratorStructure;
        language?: LyricsGeneratorLanguage;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    topic: string