namespace WebAssembly.Data; public class TechStack { public string Name { get; set; } = string.Empty; public string? Description { get; set; } public string? ExtendedNotes { get; set; } public bool InUse { get; set; } = false; }