Skip to content

Commit ad3accb

Browse files
committed
chore: fix linting
1 parent 4edb564 commit ad3accb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/types.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ declare global {
4242
slug: string;
4343
}
4444

45-
export interface HeadingMetadataParent
46-
extends NodeWithData<Heading, HeadingMetadataEntry> {}
45+
export interface HeadingMetadataParent extends NodeWithData<
46+
Heading,
47+
HeadingMetadataEntry
48+
> {}
4749

4850
export interface ApiDocMetadataChange {
4951
// The Node.js version or versions where said change was introduced simultaneously

0 commit comments

Comments
 (0)