Fixed more edge cases

This commit is contained in:
TheXamlGuy
2024-05-16 21:41:48 +01:00
parent c5942045df
commit 02616a6c73
6 changed files with 19 additions and 33 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace Bitvault;
public record ItemHeaderConfiguration
{
public string? Name { get; init; }
}