Represents the declaration of a variable

interface VariableAssignment {
    id?: Identifier;
    init?: Expression;
    type?: string;
}

Properties

Properties

init?: Expression
type?: string
MMNEPVFCICPMFPCPTTAAATR