google.protobuf.FieldOptions.JSType */ class FieldOptions_JSType { /** *
     * Use the default type.
     * 
* * JS_NORMAL = 0; */ const JS_NORMAL = 0; /** *
     * Use JavaScript strings.
     * 
* * JS_STRING = 1; */ const JS_STRING = 1; /** *
     * Use JavaScript numbers.
     * 
* * JS_NUMBER = 2; */ const JS_NUMBER = 2; }