mirror of https://github.com/grpc/grpc-node.git
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…
Reference in New Issue