interface FollowResponse {
    arguments: [Streamlabs.Follow[], string];
    for: string;
    method: "onFollow";
    type: "event";
}

Hierarchy (view full)

Properties

arguments: [Streamlabs.Follow[], string]
for: string
method: "onFollow"
type: "event"