mirror of https://github.com/grpc/grpc-node.git
narrow down type of idempotency_level
This commit is contained in:
parent
260966c070
commit
5bd37a9de1
|
@ -138,7 +138,7 @@ export interface UninterpretedOption {
|
|||
|
||||
export interface MethodOptions {
|
||||
deprecated: boolean;
|
||||
idempotency_level: IdempotencyLevel|keyof typeof IdempotencyLevel;
|
||||
idempotency_level: IdempotencyLevel;
|
||||
uninterpreted_option: UninterpretedOption;
|
||||
[k: string]: unknown;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue