9 lines
149 B
C#
9 lines
149 B
C#
namespace ConjureOS.MetadataWindow
|
|
{
|
|
public enum MetadataValidationStateType
|
|
{
|
|
NotVerified,
|
|
Validated,
|
|
Failed
|
|
}
|
|
} |