Graphorin API reference v0.13.8
Graphorin API reference / @graphorin/protocol / client-message / RpcId
Variable: RpcId
ts
const RpcId: ZodUnion<[ZodString, ZodNumber]>;Defined in: src/client-message.ts:23
Stable
Zod schema for RPC correlation ids (non-empty string or integer).