Skip to content

Commit 51d3e9c

Browse files
committed
[BOOK-380] feat: 서재 정렬 옵션값 추가
1 parent 5838da7 commit 51d3e9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Projects/BKDomain/Sources/VO/LibraryDetails/LibrarySortType.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ public enum LibrarySortType: String, Encodable, CustomStringConvertible {
77
case pageNumberDesc = "PAGE_NUMBER_DESC"
88
case createdDateAsc = "CREATED_DATE_ASC"
99
case createdDateDesc = "CREATED_DATE_DESC"
10+
case updatedDateAsc = "UPDATED_DATE_ASC"
11+
case updatedDateDesc = "UPDATED_DATE_DESC"
1012

1113
public var description: String { rawValue }
1214
}

0 commit comments

Comments
 (0)