Type Alias TwingMethodCallNodeAttributes

TwingMethodCallNodeAttributes: TwingBaseExpressionNodeAttributes & {
    methodName: string;
    shouldTestExistence: boolean;
}