8 lines
245 B
C#
8 lines
245 B
C#
using Speckle.ProxyGenerator;
|
|
|
|
namespace ProxyInterfaceConsumerForPnP.Interfaces
|
|
{
|
|
[Speckle.ProxyGenerator.Proxy(typeof(Microsoft.SharePoint.Client.ClientObject), ImplementationOptions.None)]
|
|
public partial interface IClientObject { }
|
|
}
|