Expose ArrayElement
type
#914
+46
−10
Open
Annotations
9 errors
source/exact.d.ts#L65
Type 'InputType' does not satisfy the constraint 'readonly unknown[]'.
|
source/exact.d.ts#L67
Type 'InputType' does not satisfy the constraint 'readonly unknown[]'.
|
test-d/array-element.ts#L11
Type 'unknown' does not satisfy the constraint 'readonly unknown[]'.
|
test-d/exact.ts#L252
Argument of type '{ x: string; z: number; }[]' is not assignable to parameter of type 'ExactObject<{ z: number; }, { x: string; z: number; }>[]'.
|
test-d/exact.ts#L259
Unused '@ts-expect-error' directive.
|
test-d/exact.ts#L300
Argument of type '{ x: string; z: number; }[]' is not assignable to parameter of type 'ExactObject<{ z: number; }, { x: string; z: number; }>[]'.
|
test-d/exact.ts#L307
Unused '@ts-expect-error' directive.
|
test-d/exact.ts#L352
Argument of type '{ x: string; z: number; d: { e: string; f: boolean; }; }[]' is not assignable to parameter of type 'ExactObject<{ z: number; d: { e: string; f: boolean; }; }, { x: string; z: number; d: { e: string; f: boolean; }; }>[]'.
|
|
This job failed
Loading