diff --git a/src/types/types.ts b/src/types/types.ts index ee5034e..a302503 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -31,7 +31,7 @@ export type FiltersName = keyof QueueFilters; /** * @typedef {'soundcloud'|'youtube'|'arbitrary'} TrackSource */ -export type TrackSource = 'soundcloud'|'youtube'|'arbitrary'; +export type TrackSource = 'soundcloud' | 'youtube' | 'arbitrary'; /** * @typedef {object} TrackData