AssociationHasOne: AssociationBaseType & {
    associatedWith: string[];
    connectionType: HAS_ONE;
    targetNames: string[];
}

Type declaration

  • associatedWith: string[]
  • connectionType: HAS_ONE
  • targetNames: string[]