Skip to content

Commit a2dae43

Browse files
committed
refactor: add yaml_position description
1 parent 622e6a3 commit a2dae43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ declare global {
9999
// Extra YAML section entries that are stringd and serve
100100
// to provide additional metadata about the API doc entry
101101
tags: Array<string>;
102+
// The postion of the YAML of the API doc entry
102103
yaml_position: Position;
103104
}
104105

0 commit comments

Comments
 (0)