Templates
This commit is contained in:
10
SzCore/DataObjects/ISzTemplate.cs
Normal file
10
SzCore/DataObjects/ISzTemplate.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace SzCore.DataObjects;
|
||||
|
||||
public interface ISzTemplate
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Id { get; set; }
|
||||
public Guid Uuid { get; set; }
|
||||
public string Description { get; set; }
|
||||
public Dictionary<string, SzTemplateField> TemplateFields { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user