Type Alias TwingAssignmentNodeAttributes

TwingAssignmentNodeAttributes: TwingBaseExpressionNodeAttributes & {
    name: string;
}