default options if null (#10)
This commit is contained in:
@@ -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 { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user