refactor user details plugin interface
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using Disco.Models.Services.Documents;
|
||||
using Disco.Models.Services.Job;
|
||||
using Disco.Models.Services.Jobs.JobLists;
|
||||
using Disco.Models.Services.Plugins.Details;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@@ -18,7 +17,7 @@ namespace Disco.Models.UI.Job
|
||||
|
||||
LocationModes LocationMode { get; set; }
|
||||
List<JobLocationReference> LocationOptions { get; set; }
|
||||
DetailsResult UserDetails { get; set; }
|
||||
Dictionary<string, string> UserDetails { get; set; }
|
||||
bool HasUserPhoto { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user