Skip to content

ema / @internals/db / UserEntity

Interface: UserEntity

Defined in: packages/ema/src/db/base.ts:143

Represents user data structure

Extends

Properties

avatar

ts
avatar: string;

Defined in: packages/ema/src/db/base.ts:155

The avatar of the user


createdAt?

ts
optional createdAt: number;

Defined in: packages/ema/src/db/base.ts:14

The date and time the entity was created

Inherited from

Entity.createdAt


description

ts
description: string;

Defined in: packages/ema/src/db/base.ts:151

The description of the user


email

ts
email: string;

Defined in: packages/ema/src/db/base.ts:159

The email of the user


id?

ts
optional id: number;

Defined in: packages/ema/src/db/base.ts:10

The unique identifier for the entity

Inherited from

Entity.id


name

ts
name: string;

Defined in: packages/ema/src/db/base.ts:147

The name of the user


updatedAt?

ts
optional updatedAt: number;

Defined in: packages/ema/src/db/base.ts:163

The date and time the user was last updated