Skip to main content

Interface: ActivityRefResponse

Defined in: packages/sdk/src/types/generated/activity_feed.ts:715

A typed entity reference, with the scope chain it was observed under.

The client resolves each ref through that chain — the right workspace or org API — under its own session. A ref the viewer cannot resolve renders as its kind with a permission-appropriate placeholder; nothing about a name ever transits the spine.

Properties

accountUuid?

optional accountUuid: string | null

Defined in: packages/sdk/src/types/generated/activity_feed.ts:720


kind

kind: EntityKind

Defined in: packages/sdk/src/types/generated/activity_feed.ts:716


orgUuid?

optional orgUuid: string | null

Defined in: packages/sdk/src/types/generated/activity_feed.ts:719


uuid

uuid: string

Defined in: packages/sdk/src/types/generated/activity_feed.ts:717


workspaceUuid?

optional workspaceUuid: string | null

Defined in: packages/sdk/src/types/generated/activity_feed.ts:718