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?
readonlyoptionalcreatedBy:string
Defined in: src/types/interfaces/discovery.interface.ts:950
DID of the user who created the related work record.
relatedWorkUri?
readonlyoptionalrelatedWorkUri:AtUri
Defined in: src/types/interfaces/discovery.interface.ts:955
AT-URI of the pub.chive.eprint.relatedWork record that created this edge.
sourceUri
readonlysourceUri:AtUri
Defined in: src/types/interfaces/discovery.interface.ts:940
AT-URI of the source eprint.
targetUri
readonlytargetUri:AtUri
Defined in: src/types/interfaces/discovery.interface.ts:945
AT-URI of the target eprint.