Skip to content

Graphorin API reference v0.1.0


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

Type Alias: ClientMessage

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

Defined in: client-message.ts:145

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

Stable