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;
|
originalName?: string;
|
||||||
requestType: MessageTypeDefinition;
|
requestType: MessageTypeDefinition;
|
||||||
responseType: MessageTypeDefinition;
|
responseType: MessageTypeDefinition;
|
||||||
options?: Protobuf.IMethod['options'];
|
options?: { [k: string]: any };
|
||||||
parsedOptions?: Protobuf.IMethod['parsedOptions'];
|
parsedOptions?: { [k: string]: any };
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ServiceDefinition {
|
export interface ServiceDefinition {
|
||||||
|
|
Loading…
Reference in New Issue