mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
feat: docgen package (#8029)
This commit is contained in:
7
packages/docgen/src/interfaces/exception.interface.ts
Normal file
7
packages/docgen/src/interfaces/exception.interface.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Type } from './index.js';
|
||||
|
||||
export interface Exception {
|
||||
type: Type;
|
||||
nullable?: boolean;
|
||||
description?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user