package ocaml-protoc-plugin

  1. Overview
  2. Docs
type t =
  1. | JS_NORMAL
    (*

    Use the default type.

    *)
  2. | JS_STRING
    (*

    Use JavaScript strings.

    *)
  3. | JS_NUMBER
    (*

    Use JavaScript numbers.

    *)
val name : unit -> string

Fully qualified protobuf name of this enum