ManyToManySchema: {
    foreignCollection: string;
    foreignKey: string;
    foreignKeyTarget: string;
    originKey: string;
    originKeyTarget: string;
    throughCollection: string;
    type: "ManyToMany";
}

Type declaration

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