May consist of an expression that doesn't return a value and is executed solely for its side-effects

interface ExpressionStatement {
    expression?: Expression;
    type?: string;
}

Properties

Properties

expression?: Expression
type?: string
MMNEPVFCICPMFPCPTTAAATR