Skip to content

Graphorin API reference v0.15.1


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

Type Alias: ClientMessageId

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

Defined in: src/client-message.ts:159

Stable

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