mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
13 lines
161 B
TypeScript
13 lines
161 B
TypeScript
export interface CustomDocs {
|
|
files: Record<
|
|
string,
|
|
{
|
|
content?: string;
|
|
name?: string;
|
|
path?: string;
|
|
type?: string;
|
|
}
|
|
>;
|
|
name?: string;
|
|
}
|