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

    Interface ToOneRelationshipMetadata<T>

    To-one relationship metadatas

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    kind: "to-one"

    The kind of relationship

    location: PathLike

    Location of the relationship relative to the current document

    targetType: Type<T>

    Target type of the relationship