Category

@Serializable
data class Category(val name: String, val slug: String)

Constructors

Link copied to clipboard
constructor(name: String, slug: String)

Properties

Link copied to clipboard
Link copied to clipboard