UNPKG

@nestbox-ai/cli

Version:

The cli tools that helps developers to build agents

11 lines (10 loc) 210 B
export interface UserCredentials { domain: string; email: string; token: string; accessToken: string; apiServerUrl: string; name?: string; picture?: string; timestamp: string; }