Updated delete logic for voice works.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace JSMR.Application.VoiceWorks.Commands.Delete;
|
||||
|
||||
public enum DeleteVoiceWorkStatus
|
||||
{
|
||||
Deleted,
|
||||
NotFound,
|
||||
NotAllowed,
|
||||
Failed
|
||||
}
|
||||
Reference in New Issue
Block a user