6 lines
170 B
C#
6 lines
170 B
C#
namespace ProxyInterfaceConsumerForPnP.Interfaces
|
|
{
|
|
[Speckle.ProxyGenerator.Proxy(typeof(Microsoft.SharePoint.Client.User))]
|
|
public partial interface IUser { }
|
|
}
|