Skip to content

ema / @internals/db / UserEntity

Interface: UserEntity

Defined in: db/base.ts:136

Represents user data structure

Extends

Properties

avatar

ts
avatar: string;

Defined in: db/base.ts:148

The avatar of the user


createdAt?

ts
optional createdAt: number;

Defined in: db/base.ts:14

The date and time the entity was created

Inherited from

Entity.createdAt


description

ts
description: string;

Defined in: db/base.ts:144

The description of the user


email

ts
email: string;

Defined in: db/base.ts:152

The email of the user


id?

ts
optional id: number;

Defined in: db/base.ts:10

The unique identifier for the entity

Inherited from

Entity.id


name

ts
name: string;

Defined in: db/base.ts:140

The name of the user


updatedAt?

ts
optional updatedAt: number;

Defined in: db/base.ts:156

The date and time the user was last updated