aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2020-03-18 17:15:45 -0500
committerMax Isom <[email protected]>2020-03-18 17:15:45 -0500
commit6a02088b04392fad5bbdd43f222265c64317bfc1 (patch)
treee9b4da5f34454021c2acddf46cf41ee83b51347e /src/types.ts
parente57d86d7cc49db638265b846f449c4cbdf32894a (diff)
downloadmuse-6a02088b04392fad5bbdd43f222265c64317bfc1.tar.xz
muse-6a02088b04392fad5bbdd43f222265c64317bfc1.zip
Go Packers
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 0384bc9..ee18fb8 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -18,6 +18,7 @@ export const TYPES = {
Queue: Symbol('QueueManager')
},
Services: {
- GetSongs: Symbol('GetSongs')
+ GetSongs: Symbol('GetSongs'),
+ NaturalLanguage: Symbol('NaturalLanguage')
}
};