Skip to content

Commit

Permalink
update ConsoleMenuModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
azhe403 committed Feb 25, 2024
1 parent e0ace1a commit 9c1bd76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/ZiziBot.Types/Types/ConsoleMenuModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public sealed class ConsoleMenuModel : INotifyPropertyChanged
public string? Text { get; init; }
public string? Icon { get; init; }
public string? Path { get; init; }
public string? Roles { get; set; }

public IEnumerable<ConsoleMenuModel>? Items { get; init; }

Expand Down

0 comments on commit 9c1bd76

Please sign in to comment.