mirror of
https://github.com/bitwarden/server
synced 2025-12-28 06:03:29 +00:00
Some more docs
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace Bit.Seeder;
|
||||
|
||||
/// <summary>
|
||||
/// Helper for mangling IDs
|
||||
/// </summary>
|
||||
public class MangleId
|
||||
{
|
||||
public readonly string Value;
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
namespace Bit.Seeder;
|
||||
|
||||
public class RecipeResult
|
||||
{
|
||||
public Dictionary<string, List<Guid>> TrackedEntities { get; init; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user