We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9626543 commit 16d2fb8Copy full SHA for 16d2fb8
packages/doxdox-core/src/types.ts
@@ -12,6 +12,7 @@ export interface File {
12
}
13
14
export interface Method {
15
+ type: string;
16
slug: string;
17
name: string;
18
fullName: string;
0 commit comments