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 e0fc390 commit b3c5d27Copy full SHA for b3c5d27
src/spec.types.test.ts
@@ -42,7 +42,7 @@ function checkImplementation(
42
spec = sdk;
43
}
44
function checkProgressNotification(
45
- sdk: RemovePassthrough<SDKTypes.ProgressNotification>,
+ sdk: SDKTypes.ProgressNotification,
46
spec: SpecTypes.ProgressNotification
47
) {
48
sdk = spec;
0 commit comments