6 lines
127 B
C#
6 lines
127 B
C#
|
|
namespace Umbraco.Cms.Api.Management.Services.FileSystem;
|
|||
|
|
|
|||
|
|
public interface IScriptTreeService : IFileSystemTreeService
|
|||
|
|
{
|
|||
|
|
}
|