Mail.GrantApplicationUpdatedMail

API: Internal/Beta

data class GrantApplicationUpdatedMail(
    val projectTitle: String,
    val sender: String,
    val subject: String?,
    val type: String /* "applicationUpdated" */,
)
Properties
projectTitle: String
sender: String
subject: String?
type: String /* "applicationUpdated" */ The type discriminator

API: Stable