8 lines
225 B
C#
8 lines
225 B
C#
using Microsoft.SharePoint.Client;
|
|
|
|
namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
|
|
{
|
|
// [Speckle.ProxyGenerator.Proxy(typeof(SecurableObject))]
|
|
public partial interface ISecurableObject : IClientObject { }
|
|
}
|