UNPKG

@nestbox-ai/cli

Version:

The cli tools that helps developers to build agents

12 lines (11 loc) 250 B
// types/auth.ts export interface UserCredentials { domain: string; email: string; token: string; accessToken: string; // Google OAuth token apiServerUrl: string; name?: string; picture?: string; timestamp: string; }