Interface AST TypeScript Object
The TypeOperation
object matches a TypeScript type (e.g. the identifier of a type).
The astType
value for this node is interface
.
Code Pattern
This object catches the following code pattern:
interface LabeledValue {
label: string;
}
Attributes
name
(AstString
): left side of the operationmembers
(AstElement
): the members of the interface. The members are using the following types: