diff options
| author | Max Isom <[email protected]> | 2020-03-18 17:15:45 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2020-03-18 17:15:45 -0500 |
| commit | 6a02088b04392fad5bbdd43f222265c64317bfc1 (patch) | |
| tree | e9b4da5f34454021c2acddf46cf41ee83b51347e /src/types.ts | |
| parent | e57d86d7cc49db638265b846f449c4cbdf32894a (diff) | |
| download | muse-6a02088b04392fad5bbdd43f222265c64317bfc1.tar.xz muse-6a02088b04392fad5bbdd43f222265c64317bfc1.zip | |
Go Packers
Diffstat (limited to 'src/types.ts')
| -rw-r--r-- | src/types.ts | 3 |
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') } }; |
