Skip to main content

Interface: RelatedWorkInput

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

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.2.0

Properties

createdBy?

readonly optional createdBy: string

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

DID of the user who created the related work record.


relatedWorkUri?

readonly optional relatedWorkUri: AtUri

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

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:940

AT-URI of the source eprint.


targetUri

readonly targetUri: AtUri

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

AT-URI of the target eprint.