UNPKG

@fleek-platform/agents-ui

Version:

The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward

8 lines (7 loc) 271 B
type UseAgentStatusUpdateArgs = { agentId: string; }; export declare const useAgentStatusUpdate: ({ agentId }: UseAgentStatusUpdateArgs) => import("@tanstack/react-query").UseMutationResult<void, Error, "start" | "stop", { previousStatus: unknown; }>; export {};