Feature: Job Queues
Also UI style, theme and element changes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Disco.Models.Repository;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.Services.Authorization
|
||||
{
|
||||
public interface IRoleToken
|
||||
{
|
||||
AuthorizationRole Role { get; set; }
|
||||
List<string> SubjectIds { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user