Skip to content

Graphorin API reference v0.7.0


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

Type Alias: ClientMessageId

ts
type ClientMessageId = z.infer<typeof RpcId>;

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

Convenience type for the JSON-RPC id slot. Matches the Graphorin subset (string + integer; no null, no float).

Stable