mirror of https://github.com/grpc/grpc-node.git
make uninterpreted_option an array
This commit is contained in:
parent
5bd37a9de1
commit
99e8a060f6
|
@ -139,7 +139,7 @@ export interface UninterpretedOption {
|
|||
export interface MethodOptions {
|
||||
deprecated: boolean;
|
||||
idempotency_level: IdempotencyLevel;
|
||||
uninterpreted_option: UninterpretedOption;
|
||||
uninterpreted_option: UninterpretedOption[];
|
||||
[k: string]: unknown;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue