mirror of
https://github.com/bitwarden/server
synced 2026-01-10 04:23:31 +00:00
Move request/response models (#1754)
This commit is contained in:
12
src/Core/Models/Data/AttachmentResponseData.cs
Normal file
12
src/Core/Models/Data/AttachmentResponseData.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class AttachmentResponseData
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public CipherAttachment.MetaData Data { get; set; }
|
||||
public Cipher Cipher { get; set; }
|
||||
public string Url { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user