mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
Require only single query for search
This commit is contained in:
@@ -1062,8 +1062,8 @@ export const instanceOfCancellationError = (error: any) => {
|
||||
};
|
||||
|
||||
export type LyricSearchQuery = {
|
||||
artist: string;
|
||||
name: string;
|
||||
artist?: string;
|
||||
name?: string;
|
||||
};
|
||||
|
||||
export type LyricGetQuery = {
|
||||
|
||||
Reference in New Issue
Block a user