// ========================================================================== // IChangePlanResult.cs // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex Group // All rights reserved. // ========================================================================== namespace Squidex.Domain.Apps.Entities.Apps.Services { public interface IChangePlanResult { } }