Skip to content

Commit ab5fb08

Browse files
committed
Sorted types.
1 parent f71c09a commit ab5fb08

File tree

1 file changed

+5
-5
lines changed
  • packages/doxdox-parser-jsdoc/src

1 file changed

+5
-5
lines changed

packages/doxdox-parser-jsdoc/src/types.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ export interface JsdocMeta {
1515
path: string;
1616
}
1717

18-
export interface JsdocTag {
19-
title: string;
20-
value: string;
21-
}
22-
2318
export interface JsdocParam {
2419
name?: string;
2520
description: string;
2621
type?: {
2722
names: string[];
2823
};
2924
}
25+
26+
export interface JsdocTag {
27+
title: string;
28+
value: string;
29+
}

0 commit comments

Comments
 (0)