mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
Push notification and sync fixes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Bit.App.Enums;
|
||||
using System;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace Bit.App.Models.Api
|
||||
{
|
||||
@@ -9,7 +10,7 @@ namespace Bit.App.Models.Api
|
||||
public string FolderId { get; set; }
|
||||
public CipherType Type { get; set; }
|
||||
public bool Favorite { get; set; }
|
||||
public dynamic Data { get; set; }
|
||||
public JObject Data { get; set; }
|
||||
public DateTime RevisionDate { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user