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

12 lines (11 loc) 420 B
import { type GetBillingReturn } from './useBilling'; export declare const computeCanDeployAgent: (plans: GetBillingReturn[]) => boolean; export declare const useCanDeployAgent: () => { isPending: boolean; canDeploy: boolean; subscribablePlan: import("../api").Plan | undefined; refetch: () => Promise<{ canDeploy: boolean; subscribablePlan: import("../api").Plan | undefined; }>; };