KeyValues

data class KeyValues(val key: String, val values: List<String>)

Front-matter stuff represented as key-value pairs.

Constructors

Link copied to clipboard
constructor(key: String, values: List<String>)

Properties

Link copied to clipboard
val key: String
Link copied to clipboard