Type Alias TwingIfNodeChildren

TwingIfNodeChildren: {
    else?: TwingBaseNode;
    tests: TwingBaseNode;
}