Skip to content

Commit

Permalink
Add anyobject uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Oct 11, 2023
1 parent 1592963 commit 54f0ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/driver/src/codecs/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const INVALID_CODEC_ID = "ffffffffffffffffffffffffffffffff";
export const KNOWN_TYPES = new Map<uuid, string>([
["00000000000000000000000000000001", "anytype"],
["00000000000000000000000000000002", "anytuple"],
["00000000000000000000000000000003", "anyobject"],
["000000000000000000000000000000f0", "std"],
["000000000000000000000000000000ff", "empty-tuple"],
["00000000000000000000000000000100", "std::uuid"],
Expand Down

0 comments on commit 54f0ee3

Please sign in to comment.