Type Alias UnionWiden<type>

UnionWiden: type extends any ? Widen<type> : never

Type Parameters

  • type