PluginsData

@Serializable
data class PluginsData(val provider: String, val plugins: List<String>)

Constructors

Link copied to clipboard
constructor(provider: String, plugins: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard