Interface ScrapedSongDataLyricsDataBodyExtendedChild

interface ScrapedSongDataLyricsDataBodyExtendedChild {
    attributes?: Record<string, string>;
    children?: ScrapedSongDataLyricsDataBodyChild[];
    data?: Record<string, string>;
    tag: string;
}

Properties

attributes?: Record<string, string>
data?: Record<string, string>
tag: string

Generated using TypeDoc