refactor fields

This commit is contained in:
2024-03-21 22:33:41 +02:00
parent bb77a37ff7
commit 8526fd471f
68 changed files with 635 additions and 297 deletions
+1
View File
@@ -8,4 +8,5 @@ enum Type: string
case COLLECTION = 'collection';
case FILES = 'files';
case BLOCK = 'block';
case EDGE = 'edge';
}