Skip to content

Common

Common: Any

Example

data class CommonNote(
    val noteId: Int,
    val authorId: Int,
    val title: String,
    val content: String
    val ttl: Long?,
)