Skip to main content

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