Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/protocol / server-message / ServerEventFrame

Type Alias: ServerEventFrame

ts
type ServerEventFrame = z.infer<typeof EventFrame>;

Defined in: packages/protocol/src/server-message.ts:178

Convenience type aliases for callers that want to reference an individual variant without z.infer<typeof X>.

Stable