feature: bulk generating user documents
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Disco.Web.Areas.API.Models.DocumentTemplate
|
||||
{
|
||||
public class BulkGenerateUserModel
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string DisplayName { get; set; }
|
||||
public string Scope { get; set; }
|
||||
public bool IsError { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user