feature: user flag assignment exporting
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Disco.Models.Exporting;
|
||||
using Disco.Models.Repository;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.Services.Users.UserFlags
|
||||
{
|
||||
public class UserFlagExportRecord : IExportRecord
|
||||
{
|
||||
public UserFlagAssignment Assignment { get; set; }
|
||||
public Dictionary<string, string> UserCustomDetails { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user