// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ========================================================================== using Squidex.Infrastructure.EventSourcing; namespace Squidex.Domain.Apps.Events.Apps { [EventType(nameof(AppArchived))] public sealed class AppArchived : AppEvent { } }