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

10 lines (9 loc) 358 B
type Optional<T = void> = Partial<Record<keyof T, string>>; export declare const parseEnvVarsAsKeyVal: <T extends Record<string, string>>({ defined, keyPrefix, }: { defined: Optional<T>; keyPrefix?: string; }) => Record<string, string>; export declare const loadConfig: ({ onComplete, }: { onComplete: () => void; }) => Promise<void>; export {};