namespace ProxyInterfaceConsumerForPnP.Interfaces { [Speckle.ProxyGenerator.Proxy(typeof(Microsoft.SharePoint.Client.Web))] public partial interface IWeb : ISecurableObject { } }