Interface for the NotStatementProperty

interface NotStatementProperty {
    statement: StatementProperty;
}

Properties

Properties

statement: StatementProperty