PluralKit/Myriad/Gateway/Payloads/GatewayHello.cs

4 lines
86 B
C#

namespace Myriad.Gateway
{
public record GatewayHello(int HeartbeatInterval);
}