WIP: layer type

This commit is contained in:
2023-06-25 19:13:13 +02:00
parent f80ece56b1
commit 58917f97e4

View File

@@ -2,6 +2,11 @@
namespace WebAPI.Models namespace WebAPI.Models
{ {
public enum LayerType
{
import,
processed
}
public class Layer public class Layer
{ {
#region Properties #region Properties