Trading Assistant API Documentation - v0.1.0
    Preparing search index...

    Interface User

    interface User {
        id: string;
        email: string;
        full_name: string;
        role: UserRole;
        avatar_url?: string;
        created_at: string;
        updated_at: string;
        metadata?: { department?: string; company?: string; phone?: string };
    }
    Index

    Properties

    id: string
    email: string
    full_name: string
    role: UserRole
    avatar_url?: string
    created_at: string
    updated_at: string
    metadata?: { department?: string; company?: string; phone?: string }