(data: string)
| 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> |
| 79 | export type ActivateMessage = z.infer<typeof ActivateMessageSchema> |
| 80 | export type ToolResultMessage = z.infer<typeof ToolResultMessageSchema> |
| 81 | export type MessageFromExtension = z.infer<typeof MessageFromExtensionSchema> |
| 82 |
no test coverage detected