Type Alias DonationAlertsOutputCurrency

DonationAlertsOutputCurrency:
    | "EUR"
    | "USD"
    | "RUB"
    | "BYN"
    | "KZT"
    | "UAH"
    | "BRL"
    | "TRY"

Represents the output currencies that may appear in Donation Alerts API or event responses.