Skip to content

Commit 1b45e6e

Browse files
committed
refactor: update MoveItemsDTO type alias
1 parent 90f7015 commit 1b45e6e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package com.sakethh.linkora.domain
22

33
import com.sakethh.linkora.domain.dto.ArchiveMultipleItemsDTO
4+
import com.sakethh.linkora.domain.dto.MoveItemsDTO
45

56
typealias PlaceHolder = String
67

78
typealias PlaceHolderValue = String
89

9-
typealias CopyLinksDTO = MoveLinksDTO
10+
typealias CopyItemsDTO = MoveItemsDTO
1011

1112
typealias DeleteMultipleItemsDTO = ArchiveMultipleItemsDTO

0 commit comments

Comments
 (0)