AssociationBelongsTo: AssociationBaseType & {
    connectionType: BELONGS_TO;
    targetNames: string[];
}

Type declaration