feat(data): add WorkerLogLevel enum
This commit is contained in:
9
src/ClaudeDo.Data/Models/WorkerLogLevel.cs
Normal file
9
src/ClaudeDo.Data/Models/WorkerLogLevel.cs
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
namespace ClaudeDo.Data.Models;
|
||||||
|
|
||||||
|
public enum WorkerLogLevel
|
||||||
|
{
|
||||||
|
Info,
|
||||||
|
Success,
|
||||||
|
Warn,
|
||||||
|
Error,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user