Add SelectList model
This commit is contained in:
parent
7a8beaca66
commit
dbbe9d080b
|
|
@ -0,0 +1,3 @@
|
|||
namespace Elsa.Workflows.Management.Models;
|
||||
|
||||
public record SelectList(ICollection<SelectListItem> Items);
|
||||
Loading…
Reference in a new issue