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 465f7a1 commit 913734dCopy full SHA for 913734d
packages/grpc-native-core/index.d.ts
@@ -312,7 +312,7 @@ declare module "grpc" {
312
/**
313
* An object that completely defines a service.
314
*/
315
- export type ServiceDefinition<ImplementationType> = {
+ export type ServiceDefinition<ImplementationType = UntypedServiceImplementation> = {
316
readonly [I in keyof ImplementationType]: MethodDefinition<any, any>;
317
}
318
0 commit comments