using System.Collections.Generic; using BTCPayServer.Data; namespace BTCPayServer.U2F.Models { public class U2FAuthenticationViewModel { public List Devices { get; set; } } }