We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c412a13 commit f75a8b4Copy full SHA for f75a8b4
source/lib/interfaces.ts
@@ -39,6 +39,7 @@ export enum DiagnosticCode {
39
ExpressionNotCallable = 2349,
40
OnlyVoidFunctionIsNewCallable = 2350,
41
ExpressionNotConstructable = 2351,
42
+ ObjectLiteralMayOnlySpecifyKnownProperties = 2353,
43
TypeNotAssignableWithExactOptionalPropertyTypes = 2375,
44
TypeNotAssignableToParameterWithExactOptionalPropertyTypes = 2379,
45
TypeNotAssignableTypeOfTargetWithExactOptionalPropertyTypes = 2412,
0 commit comments