mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Fix undefined type for favorites
This commit is contained in:
parent
d17f30f5e6
commit
b82a5eda78
1 changed files with 1 additions and 1 deletions
|
|
@ -757,7 +757,7 @@ export type FavoriteResponse = { id: string[]; type: LibraryItem };
|
|||
|
||||
export type FavoriteQuery = {
|
||||
id: string[];
|
||||
type?: LibraryItem;
|
||||
type: LibraryItem;
|
||||
};
|
||||
|
||||
export type FavoriteArgs = { query: FavoriteQuery } & BaseEndpointArgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue