Skip to content

Commit 99e8a06

Browse files
committed
make uninterpreted_option an array
1 parent 5bd37a9 commit 99e8a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/proto-loader/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export interface UninterpretedOption {
139139
export interface MethodOptions {
140140
deprecated: boolean;
141141
idempotency_level: IdempotencyLevel;
142-
uninterpreted_option: UninterpretedOption;
142+
uninterpreted_option: UninterpretedOption[];
143143
[k: string]: unknown;
144144
}
145145

0 commit comments

Comments
 (0)