mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
feat(docgen): support for ignore tag
This commit is contained in:
@@ -5,4 +5,5 @@ export interface Item {
|
||||
kind: string;
|
||||
description: string;
|
||||
order: number;
|
||||
ignore?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user