Interface: WorkspaceResolvedEntityRefs
Defined in: packages/sdk/src/types/generated/entity_ref.ts:236
One workspace's answered refs, on a mount that spans workspaces.
The grouping mirrors the request's, so a client keys an entry by
(workspaceUuid, kind, uuid) — the same identity its per-entity cache
already uses, because the same UUID under two workspaces is two entities.
A workspace the caller may not read here still gets a group: every ref in it
is UNRESOLVED, indistinguishable from denied, gone or ambiguous.
Properties
refs
refs:
ResolvedEntityRef[]
Defined in: packages/sdk/src/types/generated/entity_ref.ts:238
workspaceUuid
workspaceUuid:
string
Defined in: packages/sdk/src/types/generated/entity_ref.ts:237