mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-07-22 13:14:57 +02:00
live stream data is unknown
This commit is contained in:
parent
42b4173486
commit
a46cc2401d
@ -28,6 +28,10 @@ interface trackSearchType extends searchTypeCommon {
|
||||
data: trackType[];
|
||||
}
|
||||
|
||||
interface liveSearchType extends searchTypeCommon {
|
||||
data: unknown[];
|
||||
}
|
||||
|
||||
export interface discographyType {
|
||||
data: albumType[];
|
||||
count: number; // 109,
|
||||
@ -65,6 +69,6 @@ export interface searchType {
|
||||
RADIO: trackSearchType;
|
||||
SHOW: trackSearchType;
|
||||
USER: trackSearchType;
|
||||
LIVESTREAM: trackSearchType;
|
||||
LIVESTREAM: liveSearchType;
|
||||
CHANNEL: channelSearchType;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user