ExcludeStringValues<T, K> Excludes keys from an object type T where the value type is assignable to string.
The object type to process.
The key to be checked in object T.
The key K if its value in T is not a string type; otherwise, never.
Generated using TypeDoc
ExcludeStringValues<T, K> Excludes keys from an object type T where the value type is assignable to string.