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

3 lines (2 loc) 109 B
export type FormVersion = 'v1' | 'v2'; export declare const versionParser: (version: string) => FormVersion;