mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-26 00:45:18 +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);
|