OneToManySchema: {
    foreignCollection: string;
    originKey: string;
    originKeyTarget: string;
    type: "OneToMany";
}

Type declaration

  • foreignCollection: string
  • originKey: string
  • originKeyTarget: string
  • type: "OneToMany"