9 lines
150 B
C#
9 lines
150 B
C#
namespace Bitvault;
|
|
|
|
public record QueryContainerConfiguration
|
|
{
|
|
public string? Filter { get; set; }
|
|
|
|
public string? Query { get; set; }
|
|
}
|