CommandPalette WIP
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace FileTime.App.CommandPalette.ViewModels;
|
||||
|
||||
public interface ICommandPaletteEntryViewModel
|
||||
{
|
||||
string Identifier { get; set; }
|
||||
string Title { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user