Crdt Tree Node IDStruct
data class CrdtTreeNodeIDStruct(val createdAt: TimeTicketStruct, val offset: Int) : JsonSerializable.Struct<CrdtTreeNodeID>
CrdtTreeNodeIDStruct represents the structure of CrdtTreeNodeID. It is used to serialize and deserialize the CRDTTreePos.