Skip to content

Commit eaa4596

Browse files
authored
fix(HeadingMetadataEntry): add global (#289)
1 parent 6e57af4 commit eaa4596

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
@@ -21,6 +21,7 @@ declare global {
2121
export interface HeadingMetadataEntry {
2222
type:
2323
| 'event'
24+
| 'global'
2425
| 'method'
2526
| 'property'
2627
| 'class'

0 commit comments

Comments
 (0)