discord-bot-template/src/config.ts

4 lines
46 B
TypeScript

export interface Config {
token: string
}