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 e632b69 commit 4ec9d44Copy full SHA for 4ec9d44
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