mongoloquent
    Preparing search index...

    Interface IRelationshipHasMany

    interface IRelationshipHasMany {
        alias: string;
        foreignKey: string;
        localKey: string;
        model: Model;
        nested?: string[];
        options: IRelationshipOptions;
        relatedModel: Model;
        type: hasMany;
    }
    Index

    Properties

    alias: string
    foreignKey: string
    localKey: string
    model: Model
    nested?: string[]
    relatedModel: Model
    type: hasMany