Files
ProxyGenerator/src-examples/ProxyInterfaceConsumerForPnP/Interfaces/IWeb.cs
T
2024-05-22 10:58:00 +01:00

6 lines
187 B
C#

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