Interface Postfixed

interface Postfixed {
    kind: "postfixed";
    post: Postfix;
    primary: Expression[];
}

Properties

Properties

kind: "postfixed"
post: Postfix
primary: Expression[]