google.protobuf.FieldOptions.JSType */ class 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; } // Adding a class alias for backwards compatibility with the previous class name. class_alias(JSType::class, \Google\Protobuf\Internal\FieldOptions_JSType::class);