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 fd1fffe commit 54964a6Copy full SHA for 54964a6
src/types/simple-node.ts
@@ -13,6 +13,6 @@ export interface TemplatableNode<T extends NodeTypes> extends BaseNode {
13
}
14
15
export interface TemplatesContainerNode<T extends NodeTypes> extends BaseNode {
16
- templates: TemplatableNode<T>;
+ templates: TemplatableNode<T>[];
17
value: string;
18
0 commit comments