We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MoveItemsDTO
1 parent 90f7015 commit 1b45e6eCopy full SHA for 1b45e6e
1 file changed
src/main/kotlin/com/sakethh/linkora/domain/TypeAliases.kt
@@ -1,11 +1,12 @@
1
package com.sakethh.linkora.domain
2
3
import com.sakethh.linkora.domain.dto.ArchiveMultipleItemsDTO
4
+import com.sakethh.linkora.domain.dto.MoveItemsDTO
5
6
typealias PlaceHolder = String
7
8
typealias PlaceHolderValue = String
9
-typealias CopyLinksDTO = MoveLinksDTO
10
+typealias CopyItemsDTO = MoveItemsDTO
11
12
typealias DeleteMultipleItemsDTO = ArchiveMultipleItemsDTO
0 commit comments