mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
vault groupings page list view stubbed
This commit is contained in:
10
src/Core/Models/View/CollectionView.cs
Normal file
10
src/Core/Models/View/CollectionView.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Models.View
|
||||
{
|
||||
public class CollectionView
|
||||
{
|
||||
public Guid OrganizationId { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user