mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
grpc-loader: update MethodDefinition interface
This commit is contained in:
parent
c7d4566353
commit
c8b5e05366
@ -126,8 +126,8 @@ export interface MethodDefinition<RequestType, ResponseType, OutputRequestType=R
|
||||
originalName?: string;
|
||||
requestType: MessageTypeDefinition;
|
||||
responseType: MessageTypeDefinition;
|
||||
options?: Protobuf.IMethod['options'];
|
||||
parsedOptions?: Protobuf.IMethod['parsedOptions'];
|
||||
options?: { [k: string]: any };
|
||||
parsedOptions?: { [k: string]: any };
|
||||
}
|
||||
|
||||
export interface ServiceDefinition {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user