8 lines
106 B
C#

namespace Filtration.ViewModels
{
interface IDocument
{
bool IsScript { get; }
}
}