namespace MiGu.DB.Domains.Dashboard; public sealed class UserDashboardShortcut { public string UserId { get; set; } = ""; public string Scope { get; set; } = ""; public string KeysJson { get; set; } = "[]"; public DateTimeOffset UpdatedAt { get; set; } }