integration stuff
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
namespace zero.Configuration;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace zero.Configuration;
|
||||
|
||||
/// <summary>
|
||||
/// An integration is an application part which has a public configuration per app.
|
||||
/// It's up to the user to provide functionality.
|
||||
/// </summary>
|
||||
[RavenCollection("Integrations")]
|
||||
public class IntegrationModel : ZeroEntity
|
||||
public class Integration : ZeroEntity
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public string TypeAlias { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user