mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
feat: docgen package (#8029)
This commit is contained in:
8
packages/docgen/src/interfaces/item.interface.ts
Normal file
8
packages/docgen/src/interfaces/item.interface.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface Item {
|
||||
id: string;
|
||||
longname: string;
|
||||
name: string;
|
||||
kind: string;
|
||||
description: string;
|
||||
order: number;
|
||||
}
|
||||
Reference in New Issue
Block a user