Google\Protobuf\Internal */ class FieldOptions_JSType { /** * Use the default type. * * Generated from protobuf enum JS_NORMAL = 0; */ const JS_NORMAL = 0; /** * Use JavaScript strings. * * Generated from protobuf enum JS_STRING = 1; */ const JS_STRING = 1; /** * Use JavaScript numbers. * * Generated from protobuf enum JS_NUMBER = 2; */ const JS_NUMBER = 2; }