mirror of
https://github.com/bitwarden/server
synced 2025-12-13 23:03:36 +00:00
cipher details with subvaults api
This commit is contained in:
@@ -8,5 +8,6 @@ namespace Bit.Core.Repositories
|
||||
public interface ISubvaultCipherRepository
|
||||
{
|
||||
Task<ICollection<SubvaultCipher>> GetManyByUserIdAsync(Guid userId);
|
||||
Task<ICollection<SubvaultCipher>> GetManyByUserIdCipherIdAsync(Guid userId, Guid cipherId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user