Skip to content

Commit

Permalink
Fix section header type (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
smigles authored Sep 25, 2023
1 parent 4442b4a commit f768777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wikitext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export interface CategoryLink extends Link {

export interface Section {
level: number;
header: string;
header: string | null;
index: number;
content?: string;
}
Expand Down

0 comments on commit f768777

Please sign in to comment.