Utility type to extract keys from a type where the value can be undefined. Used internally for making optional properties truly optional in TypeScript.
The type to extract undefined-able keys from
Utility type to extract keys from a type where the value can be undefined. Used internally for making optional properties truly optional in TypeScript.