LyricsResult

The interface of the node lyrics result.

Signature

export interface LyricsResult

Properties

5

Methods

0

No methods.

Properties

sourceName: string;

The source name of the lyric result.

@type{string}
provider: string;

The provider name of the lyric result.

@type{string}
text: string | null;

The lyrics text of the result.

@type{string | null}