Skip to content

Commit

Permalink
Update constant.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
whtiehack authored Oct 17, 2024
1 parent cc5975c commit 52b0f8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/pinus-protobuf/lib/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
};

0 comments on commit 52b0f8a

Please sign in to comment.