Type Alias: RequestInputRpcResponse
Makaio Framework / contracts / RequestInputRpcResponse
Type Alias: RequestInputRpcResponse
Section titled “Type Alias: RequestInputRpcResponse”RequestInputRpcResponse =
z.infer<typeofRequestInputRpcResponseSchema>
Defined in: ../../../packages/contracts/src/subagent/schemas.ts:275
Type Composition
Section titled “Type Composition”RequestInputRpcResponsez.infer<typeof RequestInputRpcResponseSchema>typeof RequestInputRpcResponseSchema
Resolved Shape
Section titled “Resolved Shape”type RequestInputRpcResponse = { responded: boolean; timedOut: boolean; response?: string | undefined;};