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

    User profile from Supabase user_profiles table

    interface UserProfile {
        id: string;
        email: string;
        full_name: string | null;
        display_name: string | null;
        role: UserRole;
        is_active: boolean;
        created_at: string;
        updated_at: string;
        last_login_at: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    email: string
    full_name: string | null
    display_name: string | null
    role: UserRole
    is_active: boolean
    created_at: string
    updated_at: string
    last_login_at: string | null