10 lines
192 B
C#
10 lines
192 B
C#
using Toolkit.Foundation;
|
|
|
|
namespace Bitvault;
|
|
|
|
public record ContainerConfiguration : ComponentConfiguration
|
|
{
|
|
public string? Name { get; set; }
|
|
|
|
public string? Key { get; set; }
|
|
} |