We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edb564 commit ad3accbCopy full SHA for ad3accb
src/types.d.ts
@@ -42,8 +42,10 @@ declare global {
42
slug: string;
43
}
44
45
- export interface HeadingMetadataParent
46
- extends NodeWithData<Heading, HeadingMetadataEntry> {}
+ export interface HeadingMetadataParent extends NodeWithData<
+ Heading,
47
+ HeadingMetadataEntry
48
+ > {}
49
50
export interface ApiDocMetadataChange {
51
// The Node.js version or versions where said change was introduced simultaneously
0 commit comments