Skip to content

ema / ema / ActorScope

Interface: ActorScope

Defined in: packages/ema/src/actor.ts:19

The scope information for the actor.

Properties

actorId

ts
actorId: number;

Defined in: packages/ema/src/actor.ts:20


conversationId

ts
conversationId: number;

Defined in: packages/ema/src/actor.ts:22


userId

ts
userId: number;

Defined in: packages/ema/src/actor.ts:21