Conditional helpers
type Result = If< true, string, number >; // string Copy
type Result = If< true, string, number >; // string
Conditional helpers