A type helper to extract the prop names, of props with a matching TpropType, i.e the type of the props (i.e string or symbol) from any value type.
TpropType
string
symbol
If value is any object, It extracts ONLY its string or symbol keys.
Otherwise, it returns never
A type helper to extract the prop names, of props with a matching
TpropType
, i.e the type of the props (i.estring
orsymbol
) from any value type.If value is any object, It extracts ONLY its
string
orsymbol
keys.Otherwise, it returns never