Type Alias ConstructExpressionTarget

ConstructExpressionTarget: Target<ArgExpression & {
    type: "ConstructExpression";
}>