mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
Update lyric fetcher return types
This commit is contained in:
parent
007a099951
commit
d38c846e80
5 changed files with 14 additions and 9 deletions
|
|
@ -1032,7 +1032,8 @@ export type LyricsResponse = SynchronizedLyricsArray | string;
|
|||
export type InternetProviderLyricResponse = {
|
||||
artist: string;
|
||||
lyrics: string;
|
||||
title: string;
|
||||
name: string;
|
||||
source: string;
|
||||
};
|
||||
|
||||
export type LyricOverride = Omit<InternetProviderLyricResponse, 'lyrics'>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue