Added initial voice work search provider logic.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace JSMR.Application.VoiceWorks.Queries.Search;
|
||||
|
||||
public enum CircleStatus
|
||||
{
|
||||
NotBlacklisted,
|
||||
Favorited,
|
||||
Blacklisted
|
||||
}
|
||||
Reference in New Issue
Block a user