diff --git a/packages/pinus-protobuf/lib/constant.ts b/packages/pinus-protobuf/lib/constant.ts index 590044c45..c41c422e3 100644 --- a/packages/pinus-protobuf/lib/constant.ts +++ b/packages/pinus-protobuf/lib/constant.ts @@ -2,9 +2,11 @@ export let TYPES = { uInt32 : 0, sInt32 : 0, int32 : 0, + uInt64 : 0, + sInt64 : 0, double : 1, string : 2, message : 2, float : 5, bool: 0 -}; \ No newline at end of file +};