mongoloquent
    Preparing search index...

    Interface IRelationshipMorphMany

    interface IRelationshipMorphMany {
        alias: string;
        model: Model;
        morph: string;
        morphId: string;
        morphType: string;
        nested?: string[];
        options: IRelationshipOptions;
        relatedModel: Model;
        type: morphMany;
    }
    Index

    Properties

    alias: string
    model: Model
    morph: string
    morphId: string
    morphType: string
    nested?: string[]
    relatedModel: Model
    type: morphMany