Internal
Creates a type that extracts the values of T.
ValueOf<{ a: string, b: number }>=> string | number@internal Copy
ValueOf<{ a: string, b: number }>=> string | number@internal
Description
Creates a type that extracts the values of T.
Example