mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
8 lines
117 B
TypeScript
8 lines
117 B
TypeScript
export interface Config {
|
|
custom: string;
|
|
input: string[];
|
|
output: string;
|
|
root: string;
|
|
typescript: boolean;
|
|
}
|