mirror of
https://github.com/cloudmaker97/FS25-Discord-Bot.git
synced 2025-12-06 00:18:34 +00:00
6 lines
No EOL
171 B
TypeScript
6 lines
No EOL
171 B
TypeScript
export default interface IApplicationConfiguration {
|
|
serverStatsUrl: string;
|
|
serverMapUrl: string;
|
|
updateIntervalSeconds: number;
|
|
serverPassword: string;
|
|
} |