Interface DonationAlertsCentrifugoChannelJson

Represents a Donation Alerts Centrifugo private channel as a plain JavaScript object.

interface DonationAlertsCentrifugoChannelJson {
    channel: string;
    token: string;
}

Properties

Properties

channel: string
token: string