mirror of https://github.com/grpc/grpc-web.git
ts: declare MethodType
This commit is contained in:
parent
c5bd9f7061
commit
b63099d977
|
@ -144,4 +144,9 @@ declare module "grpc-web" {
|
|||
const UNIMPLEMENTED: number;
|
||||
const UNKNOWN: number;
|
||||
}
|
||||
|
||||
export namespace MethodType {
|
||||
const UNARY: string;
|
||||
const SERVER_STREAMING: string;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue