OneToOneSchema: {
    foreignCollection: string;
    originKey: string;
    originKeyTarget: string;
    type: "OneToOne";
}

Type declaration

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