default options if null (#10)

This commit is contained in:
Adam Hathcock
2024-06-19 11:59:57 +01:00
committed by GitHub
parent c71fc31132
commit 1b93e37894
14 changed files with 26 additions and 24 deletions
@@ -1,5 +1,7 @@
using Speckle.ProxyGenerator;
namespace ProxyInterfaceConsumerForPnP.Interfaces
{
[Speckle.ProxyGenerator.Proxy(typeof(Microsoft.SharePoint.Client.ClientObject))]
[Speckle.ProxyGenerator.Proxy(typeof(Microsoft.SharePoint.Client.ClientObject), ImplementationOptions.None)]
public partial interface IClientObject { }
}