Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/protocol / client-message / ClientMessage

Type Alias: ClientMessage

ts
type ClientMessage = z.infer<typeof ClientMessageSchema>;

Defined in: packages/protocol/src/client-message.ts:146

Inferred TypeScript union for the ClientMessage discriminator. A value satisfying this type round-trips through ClientMessageSchema without throwing.

Stable