@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Interface RelationshipMetadata<T_model>

    Relationship metadata. A relationship is a link from the current document to other documents.

    interface RelationshipMetadata<T_model extends FirestormModel> {
        kind: RelationshipKind;
        targetType: Type<T_model>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The kind of relationship

    targetType: Type<T_model>

    Target type of the relationship