interface MerchResponse {
    arguments: [Merch, string];
    for: string;
    method: "onMerch";
    type: "event";
}

Hierarchy (view full)

Properties

arguments: [Merch, string]
for: string
method: "onMerch"
type: "event"