Skip to content

Commit a5d28f9

Browse files
committed
Updated metamodel definition
1 parent 8c0b5a7 commit a5d28f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/compiler/model/metamodel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export class Interface extends BaseType {
201201
attachedBehaviors?: string[]
202202
properties: Property[]
203203
/** Identify containers */
204-
variants?: ExternalTag
204+
variants?: Container
205205
}
206206

207207
/**

0 commit comments

Comments
 (0)