use flavors for integration types

This commit is contained in:
2021-12-23 09:07:34 +01:00
parent 99c7b258e9
commit 41e4765a31
14 changed files with 55 additions and 429 deletions
@@ -9,6 +9,4 @@ namespace zero.Configuration;
[RavenCollection("Integrations")]
public class Integration : ZeroEntity
{
/// <inheritdoc />
public string TypeAlias { get; set; }
}