Type Alias: ListSubagentsBySessionRequest
Makaio Framework / contracts / ListSubagentsBySessionRequest
Type Alias: ListSubagentsBySessionRequest
Section titled “Type Alias: ListSubagentsBySessionRequest”ListSubagentsBySessionRequest =
z.infer<typeofListSubagentsBySessionRequestSchema>
Defined in: ../../../packages/contracts/src/subagent/schemas.ts:323
Type Composition
Section titled “Type Composition”ListSubagentsBySessionRequestz.infer<typeof ListSubagentsBySessionRequestSchema>typeof ListSubagentsBySessionRequestSchema
Resolved Shape
Section titled “Resolved Shape”type ListSubagentsBySessionRequest = { parentSessionId: string;};