Skip to main content

Interface: RelatedWorkInput

Defined in: src/types/interfaces/discovery.interface.ts:962

Input for creating a RELATES_TO edge between eprints.

Remarks

Represents a user-declared related work relationship (from pub.chive.eprint.relatedWork records).

Since

0.1.0

Properties

createdBy?

readonly optional createdBy: string

Defined in: src/types/interfaces/discovery.interface.ts:976

DID of the user who created the related work record.


relatedWorkUri?

readonly optional relatedWorkUri: AtUri

Defined in: src/types/interfaces/discovery.interface.ts:981

AT-URI of the pub.chive.eprint.relatedWork record that created this edge.


sourceUri

readonly sourceUri: AtUri

Defined in: src/types/interfaces/discovery.interface.ts:966

AT-URI of the source eprint.


targetUri

readonly targetUri: AtUri

Defined in: src/types/interfaces/discovery.interface.ts:971

AT-URI of the target eprint.