#utility-type
Read more stories on Hashnode
Articles with this tag
Exclude<UnionType, ExcludedMembers> The second argument type gets excluded from the first argument type. type T1 = string | number | boolean; type T2...