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

    User update form data (partial updates allowed)

    interface UpdateUserData {
        full_name?: string;
        display_name?: string;
        role?: UserRole;
        is_active?: boolean;
    }
    Index

    Properties

    full_name?: string
    display_name?: string
    role?: UserRole
    is_active?: boolean