Package-level declarations
Types
Link copied to clipboard
data class DocumentInfo(val id: String = GenerateId.generate(), val title: String = "", val createdAt: Instant, val lastUpdatedAt: Instant, val parentId: String = "root", val icon: MenuItem.Icon? = null)
Dto class to keep information about the document