Skip to content

Graphorin API reference v0.1.0


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

Type Alias: ClientMessageId

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

Defined in: client-message.ts:153

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

Stable