Type Alias FindLyricsResponse
FindLyricsResponse: { albumName: string; artistName: string; duration: number; id: number; instrumental: boolean; name: string; plainLyrics: string | null; syncedLyrics: string | null; trackName: string;} & ErrorResponse
Represents the response returned from the lyrics API.