format
This commit is contained in:
parent
497611483c
commit
6e71a9c8b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue