4 lines
86 B
C#
4 lines
86 B
C#
|
namespace Myriad.Gateway
|
|||
|
{
|
|||
|
public record GatewayHello(int HeartbeatInterval);
|
|||
|
}
|