@rool-dev/client 0.5.1-dev.44bbba2 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -666,8 +666,6 @@ interface RoolSpaceData {
|
|
|
666
666
|
interface RoolObjectEntry {
|
|
667
667
|
links: Record<string, Record<string, Record<string, unknown>>>; // relation -> targetId -> linkData
|
|
668
668
|
data: RoolObject; // The actual object data
|
|
669
|
-
modifiedAt?: number; // Timestamp of last modification
|
|
670
|
-
modifiedBy?: string; // User ID who last modified
|
|
671
669
|
}
|
|
672
670
|
```
|
|
673
671
|
|