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.

9 lines 249 B
interface UserProfile { name: string; email: string; username: string; website?: string; } export declare function createUserProfile(profile: UserProfile): Promise<string>; export {}; //# sourceMappingURL=create-user-profile.d.ts.map