// FIXME: Update this file to be null safe and then delete the line below #nullable disable namespace Bit.Core.Models.Data; public class CollectionAccessDetails { public IEnumerable Groups { get; set; } public IEnumerable Users { get; set; } }