Skip to content

ema / @internals/db / ListUserOwnActorRelationsRequest

Interface: ListUserOwnActorRelationsRequest

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

Properties

actorId?

ts
optional actorId: number;

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

The actor ID to filter user own actor relations by


userId?

ts
optional userId: number;

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

The user ID to filter user own actor relations by