PlaceholderDefinition

@Serializable
data class PlaceholderDefinition(val key: String, val exampleValues: List<String>)

Constructors

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

Properties

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