mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 14:27:54 +00:00
4 lines
No EOL
86 B
C#
4 lines
No EOL
86 B
C#
namespace Myriad.Gateway
|
|
{
|
|
public record GatewayHello(int HeartbeatInterval);
|
|
} |