mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-05 16:57:01 +00:00
12 lines
388 B
TypeScript
12 lines
388 B
TypeScript
import { SernEmitter, Logging, CoreModuleStore, ModuleManager, ErrorHandling, CoreDependencies, Singleton } from '@sern/handler'
|
|
import { Client } from 'discord.js'
|
|
import Spotify from 'spotify-api.js'
|
|
|
|
declare global {
|
|
interface Dependencies extends CoreDependencies {
|
|
'@sern/client': Singleton<Client>
|
|
'spotify-api-client': Singleton<Spotify.Client>
|
|
}
|
|
}
|
|
|
|
export {} |