Files
Apollo/interfaces/Config.ts
T
2024-10-26 20:33:18 +08:00

9 lines
159 B
TypeScript

export interface Config {
TOKEN: string;
MAX_PLAYLIST_SIZE: number;
PRUNING: boolean;
STAY_TIME: number;
DEFAULT_VOLUME: number;
LOCALE: string;
}