mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 08:20:58 -05:00
Add YouTube token
This commit is contained in:
parent
4750e165a2
commit
0bcd398d0e
@ -1,8 +1,9 @@
|
||||
interface TokenService_API {
|
||||
main: string,
|
||||
octokit: string,
|
||||
youtube: string,
|
||||
mongodb_uri: string,
|
||||
redis_uri: string,
|
||||
octokit: string
|
||||
redis_uri: string
|
||||
}
|
||||
|
||||
export default class TSClient {
|
||||
|
Loading…
Reference in New Issue
Block a user