Skip to content

Commit c863c6b

Browse files
committed
docs: update ast docs
1 parent 448c923 commit c863c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ This is the generics directive node.
371371
interface SvelteGenericsDirective extends BaseNode {
372372
type: "SvelteGenericsDirective";
373373
key: SvelteName & { name: "generics" };
374-
params: TSESTree.TSTypeParameterDeclaration["params"];
374+
params: TSESTree.TSTypeParameter[];
375375
parent: SvelteStartTag & { parent: SvelteScriptElement };
376376
}
377377
```

0 commit comments

Comments
 (0)