Forest Admin - API reference
    Preparing search index...
    type ManyToManySchema = {
        foreignCollection: string;
        foreignKey: string;
        foreignKeyTarget: string;
        originKey: string;
        originKeyTarget: string;
        throughCollection: string;
        type: "ManyToMany";
    }
    Index

    Properties

    foreignCollection: string
    foreignKey: string
    foreignKeyTarget: string
    originKey: string
    originKeyTarget: string
    throughCollection: string
    type: "ManyToMany"