interface DonationResponse {
    arguments: [Streamlabs.Donation, string];
    for: string;
    method: "onDonation";
    type: "event";
}

Hierarchy (view full)

Properties

arguments: [Streamlabs.Donation, string]
for: string
method: "onDonation"
type: "event"