8 lines
87 B
C#
8 lines
87 B
C#
namespace Umbraco.Core.Models
|
|
{
|
|
public interface IScript : IFile
|
|
{
|
|
|
|
}
|
|
}
|