Interface: AgentRouteModule
One route module the harness renders: the public route contract's async
default component, plus the schemas the generated server and the routed CLI
validate through — inputSchema on the way in (the CLI dispatch level's
boundary) and resultSchema on the document value coming out.
Properties
default
readonlydefault: (props) =>unknown
Parameters
props
never
Returns
unknown
inputSchema?
readonlyoptionalinputSchema?:AgentRouteSchema
resultSchema?
readonlyoptionalresultSchema?:AgentRouteSchema