// ========================================================================== // SchemaDeleted.cs // PinkParrot Headless CMS // ========================================================================== // Copyright (c) PinkParrot Group // All rights reserved. // ========================================================================== using PinkParrot.Infrastructure; using PinkParrot.Infrastructure.CQRS.Events; namespace PinkParrot.Events.Schemas { [TypeName("SchemaDeleted")] public class SchemaDeleted : IEvent { } }