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.

10 lines 270 B
interface OrgProfile { name: string; slug: string; domain: string; ownerName: string; ownerUsername: string; } export declare function createOrgProfile(profile: OrgProfile): Promise<string>; export {}; //# sourceMappingURL=create-org-profile.d.ts.map