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