Variable PING_RESPONSEConst

PING_RESPONSE: Record<{
    type: Literal<"PING_RESPONSE">;
}, false> = ...

respond to a ping

Generated using TypeDoc