interface PrimeGiftResponse {
    arguments: [PrimeGift[], string];
    for: string;
    method: "onPrime_sub_gift";
    type: "event";
}

Hierarchy (view full)

Properties

arguments: [PrimeGift[], string]
for: string
method: "onPrime_sub_gift"
type: "event"