Pagination real impl on watchOS

This commit is contained in:
2025-10-29 22:21:11 +08:00
parent 82682cae9a
commit 9c3b228d02
4 changed files with 80 additions and 26 deletions

View File

@@ -207,3 +207,9 @@ struct NotificationResponse {
let total: Int
let hasMore: Bool
}
struct ActivityResponse {
let activities: [SnActivity]
let hasMore: Bool
let nextCursor: String?
}