Type Alias TwingBlockFunctionNodeAttributes

TwingBlockFunctionNodeAttributes: TwingBaseExpressionNodeAttributes & {
    shouldTestExistence: boolean;
}