mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
feat: docgen package (#8029)
This commit is contained in:
7
packages/docgen/src/interfaces/interface.interface.ts
Normal file
7
packages/docgen/src/interfaces/interface.interface.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Class } from './index.js';
|
||||
|
||||
// @ts-expect-error
|
||||
export interface Interface extends Class {
|
||||
kind: 'interface';
|
||||
classdesc: string;
|
||||
}
|
||||
Reference in New Issue
Block a user