Skip to content

Commit

Permalink
fix: types (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan authored Nov 29, 2024
1 parent f753390 commit fd1fffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/simple-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export interface TemplatableNode<T extends NodeTypes> extends BaseNode {

export interface TemplatesContainerNode<T extends NodeTypes> extends BaseNode {
templates: TemplatableNode<T>;
value: string;
}

0 comments on commit fd1fffe

Please sign in to comment.