Type Alias TwingBaseCallNodeAttributes

TwingBaseCallNodeAttributes: TwingBaseExpressionNodeAttributes & {
    operatorName: string;
}