mirror of
https://github.com/bitwarden/server
synced 2026-01-20 01:13:18 +00:00
updated format of import data
This commit is contained in:
@@ -16,5 +16,6 @@ namespace Bit.Core.Repositories
|
||||
Task CreateAsync(Group obj, IEnumerable<SelectionReadOnly> collections);
|
||||
Task ReplaceAsync(Group obj, IEnumerable<SelectionReadOnly> collections);
|
||||
Task DeleteUserAsync(Guid groupId, Guid organizationUserId);
|
||||
Task UpdateUsersAsync(Guid groupId, IEnumerable<Guid> organizationUserIds);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user