Skip to content

Commit

Permalink
Add missing type property to Tag interface for dox.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
VeskeR committed Jul 4, 2024
1 parent 57ada74 commit e46f2f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/dox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ declare module "dox" {
otherMemberName?: string;
/** from "@borrows" */
thisMemberName?: string;
/** parsed tag name */
type: string;
/** all parsed types from tags that support it, like "@param" */
types?: string[];
/** from "@description" */
Expand Down

0 comments on commit e46f2f6

Please sign in to comment.