Utility type to extract keys from a type where the value cannot be undefined. Used internally for identifying required properties in TypeScript.
The type to extract non-undefined keys from
Utility type to extract keys from a type where the value cannot be undefined. Used internally for identifying required properties in TypeScript.