mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 17:23:18 +00:00
implemented repository for device apis
This commit is contained in:
11
src/App/Models/Api/Request/DeviceRequest.cs
Normal file
11
src/App/Models/Api/Request/DeviceRequest.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using PushNotification.Plugin.Abstractions;
|
||||
|
||||
namespace Bit.App.Models.Api
|
||||
{
|
||||
public class DeviceRequest
|
||||
{
|
||||
public DeviceType Type { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string PushToken { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user