Type alias CRDTTreeNodeIDStruct

CRDTTreeNodeIDStruct: {
    createdAt: TimeTicketStruct;
    offset: number;
}

CRDTTreeNodeIDStruct represents the structure of CRDTTreeNodeID. It is used to serialize and deserialize the CRDTTreeNodeID.

Type declaration