community-relations/types/index.d.ts

11 lines
198 B
TypeScript
Raw Normal View History

2020-07-15 10:51:50 -04:00
export declare interface Config {
token: string;
prefix: string;
guildID: string;
mongoDB: string;
emailPass: string;
webhookID: string;
webhookToken: string;
2020-09-13 22:20:55 -04:00
internalKey: string;
2020-07-15 10:51:50 -04:00
}