/** * @name DocumentRelationshipType * @description The type of relationship that this document has with anther document. * @description replaces | transforms | signs | appends * @see DocumentRelationshipType * @version R4 * @author Roberto Araneda Espinoza */ export type DocumentRelationshipTypeType = 'replaces' | 'transforms' | 'signs' | 'appends';