fix types
This commit is contained in:
parent
19fc02055a
commit
621bd1c274
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ export type QueueFilters = {
|
||||||
chorus2d?: boolean;
|
chorus2d?: boolean;
|
||||||
chorus3d?: boolean;
|
chorus3d?: boolean;
|
||||||
fadein?: boolean;
|
fadein?: boolean;
|
||||||
dim?: string;
|
dim?: boolean;
|
||||||
earrape?: string;
|
earrape?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type TrackSource = "soundcloud" | "youtube" | "spotify" | "arbitrary";
|
export type TrackSource = "soundcloud" | "youtube" | "spotify" | "arbitrary";
|
||||||
|
|
Loading…
Reference in a new issue