last ...
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using xExceptions.Attributes;
|
||||
|
||||
namespace xAiApi.AI.Constants
|
||||
{
|
||||
/// <summary>
|
||||
/// Several Ai Projects Type ...
|
||||
/// </summary>
|
||||
public enum XAiProjectEnum
|
||||
{
|
||||
[StringValue("None")]
|
||||
None,
|
||||
[StringValue("Default")]
|
||||
Default,
|
||||
[StringValue("Custom")]
|
||||
Custom
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user