CredentialsFile

data class CredentialsFile(val curseForgeApiKey: String? = null, val gitHubAccessToken: String? = null)

Constructors

Link copied to clipboard
constructor(curseForgeApiKey: String? = null, gitHubAccessToken: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun write(): ActionError?