mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
feat: docgen package (#8029)
This commit is contained in:
12
packages/docgen/src/interfaces/customDocs.interface.ts
Normal file
12
packages/docgen/src/interfaces/customDocs.interface.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface CustomDocs {
|
||||
name?: string;
|
||||
files: Record<
|
||||
string,
|
||||
{
|
||||
name?: string;
|
||||
type?: string;
|
||||
content?: string;
|
||||
path?: string;
|
||||
}
|
||||
>;
|
||||
}
|
||||
Reference in New Issue
Block a user