mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
Fix undefined type for favorites
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user