Type Alias TwingBaseCallNodeChildren

TwingBaseCallNodeChildren: {
    arguments: TwingArrayNode;
    operand?: TwingBaseNode;
}