// Copyright (c) Umbraco. // See LICENSE for more details. namespace Umbraco.Cms.Tests.Common.Builders.Interfaces; public interface IWithSupportsPublishing { bool? SupportsPublishing { get; set; } }