package protobuf

type IProtobufProperty struct {
  Fixed bool
  Union []IProtobufPropertyType
}
