import type { AgentCreate } from "./AgentCreate"; export type WrappedAgentCreate = { item: AgentCreate; };