mongoloquent
    Preparing search index...

    Interface IRelationshipMorphTo

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

    Properties

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