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

    Interface User

    interface User {
        id: string;
        email: string;
        role: UserRole;
        full_name?: string;
        created_at?: string;
    }
    Index

    Properties

    id: string
    email: string
    role: UserRole
    full_name?: string
    created_at?: string