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 lastSyncedAt: Instant?, val isLocked: Boolean, val parentId: String = "root", val icon: MenuItem.Icon? = null, val isFavorite: Boolean, val userId: String, val companyId: String?)

Dto class to keep information about the document

Functions

Link copied to clipboard
Link copied to clipboard
fun Document.info(userId: String = "", companyId: String? = null): DocumentInfo