(data: string)
| 71 | PingMessageSchema |
| 72 | ]) |
| 73 | |
| 74 | export type RegisteredMessage = z.infer<typeof RegisteredMessageSchema> |
| 75 | export type StateMessage = z.infer<typeof StateMessageSchema> |
| 76 | export type ToolCallPayload = z.infer<typeof ToolCallPayloadSchema> |
| 77 | export type ToolCallMessage = z.infer<typeof ToolCallMessageSchema> |
| 78 | export type MessageToExtension = z.infer<typeof MessageToExtensionSchema> |
no test coverage detected