Skip to content

Commit

Permalink
make uninterpreted_option an array
Browse files Browse the repository at this point in the history
  • Loading branch information
n0v1 committed Apr 5, 2024
1 parent 5bd37a9 commit 99e8a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/proto-loader/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export interface UninterpretedOption {
export interface MethodOptions {
deprecated: boolean;
idempotency_level: IdempotencyLevel;
uninterpreted_option: UninterpretedOption;
uninterpreted_option: UninterpretedOption[];
[k: string]: unknown;
}

Expand Down

0 comments on commit 99e8a06

Please sign in to comment.