You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/cases/conformance/types/typeAliases/typeAliasesForObjectTypes.ts(26,3): error TS2339: Property 'b' does not exist on type 'Required<{ a?: 1; x: 1; }>'.
4
+
tests/cases/conformance/types/typeAliases/typeAliasesForObjectTypes.ts(27,3): error TS2339: Property 'a' does not exist on type 'Required<{ b?: 1; x: 1; }>'.
0 commit comments