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