import { grpc } from "@improbable-eng/grpc-web"; import { CofdApi } from "../_proto/cofd_api_pb_service"; import { UpdateSkillValueRequest } from "../_proto/cofd_api_pb"; let x = new UpdateSkillValueRequest(); x.setCharacterId(1); x.setCharacterUsername("guy"); console.log("hello", x);