aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 47108b9..fc1b5e2 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -13,5 +13,7 @@ export const TYPES = {
Services: {
AddQueryToQueue: Symbol('AddQueryToQueue'),
GetSongs: Symbol('GetSongs'),
+ YoutubeAPI: Symbol('YoutubeAPI'),
+ SpotifyAPI: Symbol('SpotifyAPI'),
},
};