using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace BTCPayServer.Models.ServerViewModels { public class SparkServicesViewModel { public string SparkLink { get; set; } public bool ShowQR { get; set; } } }