namespace zero.Configuration; /// /// An integration is an application part which has a public configuration per app. /// It's up to the user to provide functionality. /// [RavenCollection("Integrations")] public class IntegrationModel : ZeroEntity { /// public string TypeAlias { get; set; } }