implement

This commit is contained in:
2026-02-08 21:32:24 +01:00
parent 90c127ddb3
commit 9d95bb5cc3
15 changed files with 313 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace AipsCore.Domain.Models.Shape.Enums;
public enum ShapeTypeEnum
{
Rectangle,
Line,
Arrow,
Text
}