pull/7738/head
Ankeet Maini 6 years ago
parent 97746a9ea8
commit c61ad46b06

@ -13,7 +13,7 @@ export interface Text extends BaseNode {
export interface MustacheTag extends BaseNode { export interface MustacheTag extends BaseNode {
type: 'MustacheTag', type: 'MustacheTag',
expresion: Node; expression: Node;
} }
export type DirectiveType = 'Action' export type DirectiveType = 'Action'

Loading…
Cancel
Save