fix types

This commit is contained in:
Snowflake107 2021-06-20 14:59:47 +05:45
parent 19fc02055a
commit 621bd1c274

View file

@ -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";