mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
Add custom query prop to play queue add
This commit is contained in:
@@ -157,6 +157,7 @@ export type PlayQueueAddOptions = {
|
||||
initialIndex?: number;
|
||||
initialSongId?: string;
|
||||
playType: Play;
|
||||
query?: Record<string, any>;
|
||||
};
|
||||
|
||||
export type GridCardData = {
|
||||
|
||||
Reference in New Issue
Block a user