diff -r d8ec2d8ffa82 -r ca5501d851fa src/main/kotlin/de/uapcore/lightpit/entities/IssueRelation.kt --- a/src/main/kotlin/de/uapcore/lightpit/entities/IssueRelation.kt Tue Jan 03 18:25:51 2023 +0100 +++ b/src/main/kotlin/de/uapcore/lightpit/entities/IssueRelation.kt Sun Jan 08 17:07:26 2023 +0100 @@ -34,3 +34,5 @@ val type: RelationType, val reverse: Boolean = false ) + +typealias IssueRelationMap = Map>>