mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 10:02:47 -05:00
Move request/response models (#1754)
This commit is contained in:
12
src/Core/Models/Data/EmergencyAccessViewData.cs
Normal file
12
src/Core/Models/Data/EmergencyAccessViewData.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using Bit.Core.Models.Table;
|
||||
using Core.Models.Data;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class EmergencyAccessViewData
|
||||
{
|
||||
public EmergencyAccess EmergencyAccess { get; set; }
|
||||
public IEnumerable<CipherDetails> Ciphers { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user