Light Logo
JavaScript SDK (v0.39.1)Reference

UserWithDetails

Represents a user with details.

Interface: UserWithDetails

Represents a user with details.

Extends

Properties

avatar_url

avatar_url: string

URL of the user's avatar.

Inherited from

User.avatar_url


bio

bio: null | string

The biography of the user.

Inherited from

User.bio


company

company: null | string

Company the user is associated with.

Inherited from

User.company


created_at

created_at: string

Timestamp when the user joined WriftAI.

Inherited from

User.created_at


id

id: string

Unique identifier of the user.

Inherited from

User.id


location

location: null | string

Location of the user.

Inherited from

User.location


name

name: null | string

The name of the user.

Inherited from

User.name


updated_at

updated_at: null | string

Timestamp when the user was last updated.

Inherited from

User.updated_at


urls

urls: null | string[]

Personal or professional website URLs.


username

username: string

The username of the user.

Inherited from

User.username