mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-09-22 16:25:10 +00:00
4 lines
110 B
C#
4 lines
110 B
C#
namespace Daybreak.API.Models;
|
|
|
|
public sealed record AddressHealth(string Name, string Address, bool Hooked);
|