UNPKG

oneie

Version:

Build apps, websites, and AI agents in English. Zero-interaction setup for AI agents (Claude Code, Cursor, Windsurf). Download to your computer, run in the cloud, deploy to the edge. Open source and free forever.

12 lines 270 B
export declare function cloneWeb(orgProfile: { name: string; slug: string; domain: string; }): Promise<{ alreadyExists: boolean; cloned?: undefined; } | { cloned: boolean; alreadyExists?: undefined; }>; //# sourceMappingURL=clone-web.d.ts.map