How to specify multiple enum values for EnumValueOptions inside a Protobuf file
I want to pass on multiple enum value options as per below inside a proto file,
but i find compilations errors, while specifying values as per (types) = [5,6]
inside below code block :