mirror of
https://github.com/bitwarden/mobile
synced 2025-12-24 04:04:34 +00:00
environment service
This commit is contained in:
12
src/Core/Models/Data/EnvironmentUrlData.cs
Normal file
12
src/Core/Models/Data/EnvironmentUrlData.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class EnvironmentUrlData
|
||||
{
|
||||
public string Base { get; set; }
|
||||
public string Api { get; set; }
|
||||
public string Identity { get; set; }
|
||||
public string Icons { get; set; }
|
||||
public string Notifications { get; set; }
|
||||
public string WebVault { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user