Skip to content

ActivityPlug API / @activityplug/core / EntityRef

Interface: EntityRef<EntityType>

Defined in: packages/core/src/types/entities.ts:7

Type Parameters

EntityType

EntityType extends string = string

Properties

adapter

readonly adapter: string

Defined in: packages/core/src/types/entities.ts:10


id

readonly id: OpaqueId

Defined in: packages/core/src/types/entities.ts:8


origin

readonly origin: string

Defined in: packages/core/src/types/entities.ts:11


rawId

readonly rawId: string

Defined in: packages/core/src/types/entities.ts:12


rawUrl?

readonly optional rawUrl?: string

Defined in: packages/core/src/types/entities.ts:13


type

readonly type: EntityType

Defined in: packages/core/src/types/entities.ts:9