Package-level declarations

Types

Link copied to clipboard
data class InsertWorkBookCommand(val title: String, val mainImageUrl: URL, val category: String, val description: String)
Link copied to clipboard
data class MapWorkBookToArticleCommand(val workbookId: Long, val articleId: Long, val dayCol: Int)