diff --git a/I18N Commander/Processor/ProcessorResult.cs b/I18N Commander/Processor/ProcessorResult.cs new file mode 100644 index 0000000..5678787 --- /dev/null +++ b/I18N Commander/Processor/ProcessorResult.cs @@ -0,0 +1,3 @@ +namespace Processor; + +public readonly record struct ProcessorResult(TResult? Result, bool Successful = true, string ErrorMessage = ""); \ No newline at end of file