Type Alias TwingNodeType<T>

TwingNodeType<T>: T extends TwingBaseNode<infer Type, any, any>
    ? Type
    : never

Type Parameters

  • T