Type Alias: SendToSubagentResponse
Makaio Framework / contracts / SendToSubagentResponse
Type Alias: SendToSubagentResponse
Section titled “Type Alias: SendToSubagentResponse”SendToSubagentResponse =
z.infer<typeofSendToSubagentResponseSchema>
Defined in: ../../../packages/contracts/src/subagent/schemas.ts:227
Type Composition
Section titled “Type Composition”SendToSubagentResponsez.infer<typeof SendToSubagentResponseSchema>typeof SendToSubagentResponseSchema
Resolved Shape
Section titled “Resolved Shape”type SendToSubagentResponse = { sent: boolean; resolvedPending: boolean;};