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

    Interface ToManyRelationshipMetadata<T>

    To-many relationship metadatas

    interface ToManyRelationshipMetadata<T extends FirestormModel> {
        kind: "to-many";
        location: PathLike;
        targetType: Type<T>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    kind: "to-many"

    The kind of relationship

    location: PathLike

    Location of the relationship relative to the current document

    targetType: Type<T>

    Target type of the relationship