Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using SharepointToolbox.Web.Core.Helpers;
|
||||
|
||||
namespace SharepointToolbox.Web.Core.Models;
|
||||
|
||||
public record SystemGroupTarget(
|
||||
SystemGroupKind Kind,
|
||||
string Label,
|
||||
string Url,
|
||||
string? LinkType = null
|
||||
);
|
||||
Reference in New Issue
Block a user