Skip to content

Graphorin API reference v0.13.8


Graphorin API reference / @graphorin/protocol / server-message / PongFrame

Variable: PongFrame

ts
const PongFrame: ZodObject<{
  kind: ZodLiteral<"pong">;
  nonce: ZodOptional<ZodString>;
  v: ZodLiteral<"1">;
}, "strict", ZodTypeAny, {
  kind: "pong";
  nonce?: string;
  v: "1";
}, {
  kind: "pong";
  nonce?: string;
  v: "1";
}>;

Defined in: src/server-message.ts:174

Stable

Zod schema behind ServerPongFrame.