feat: editor endpoints

This commit is contained in:
Jason Rasmussen
2024-08-08 12:47:02 -04:00
parent 11f41099c3
commit 82f05e9ca9
25 changed files with 1566 additions and 5 deletions
+3
View File
@@ -82,6 +82,9 @@ String parameterToString(dynamic value) {
if (value is Colorspace) {
return ColorspaceTypeTransformer().encode(value).toString();
}
if (value is EditorActionType) {
return EditorActionTypeTypeTransformer().encode(value).toString();
}
if (value is EntityType) {
return EntityTypeTypeTransformer().encode(value).toString();
}