This commit is contained in:
TheXamlGuy
2024-05-18 20:40:12 +01:00
parent 46fe35fea4
commit 0f9998bc1d
54 changed files with 368 additions and 241 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace Bitvault;
public record QueryContainerConfiguration
{
public string? Filter { get; set; }
public string? Query { get; set; }
}