// ========================================================================== // IEvent.cs // PinkParrot Headless CMS // ========================================================================== // Copyright (c) PinkParrot Group // All rights reserved. // ========================================================================== namespace PinkParrot.Infrastructure.CQRS.Events { public interface IEvent { } }