Calum

Results 1 issues of Calum

Minimum reproducable example: ```ts type Test = { foo: { __ignore_foo: string }, __ignore_a: string } type Default = Omit; type Deep = DeepOmit; // TS2344: Type '`__ignore${string}`' does not...