We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f77dd commit 629e30fCopy full SHA for 629e30f
test-d/simplify-deep.ts
@@ -32,17 +32,6 @@ declare const flattenProperties: {
32
expectType<SimplifyDeep<Properties1 & Properties2>>(flattenProperties);
33
34
// Array
35
-type ArrayType = Array<{
36
- a: string;
37
-}>;
38
-
39
-declare const flattenProperties2: {
40
- arrayType: Array<{
41
42
- }>;
43
-};
44
-expectType<SimplifyDeep<{arrayType: ArrayType}>>(flattenProperties2);
45
46
declare function testArraySimplification(arg: {foo: Array<{[x: string]: string}>}): void;
47
48
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
0 commit comments