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)

Dto class to keep information about the document

Functions

Link copied to clipboard