Open EoinDavey opened 4 years ago
Current type specification for computed properties doesn't support typescript conditional types. This should be added
e.g.
T extends { test: string } ? number : boolean
Current type specification for computed properties doesn't support typescript conditional types. This should be added
e.g.