RE 3
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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 Integration : ZeroEntity
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public string TypeAlias { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user