Package-level declarations

Types

Link copied to clipboard
@Serializable
data class FanboxCursor(val firstPublishedDatetime: String?, val maxPublishedDatetime: String?, val firstId: String?, val maxId: String?, val limit: Int?)
Link copied to clipboard
@Serializable
data class PageCursorInfo<T>(val contents: List<T>, val cursor: FanboxCursor?)
Link copied to clipboard
@Serializable
data class PageNumberInfo<T>(val contents: List<T>, val nextPage: Int?)
Link copied to clipboard
@Serializable
data class PageOffsetInfo<T>(val contents: List<T>, val offset: Int?)