Interface KatanaPerpsSubscriptionsListEvent

Subscriptions Response

interface KatanaPerpsSubscriptionsListEvent {
    type: "subscriptions";
    subscriptions: KatanaPerpsSubscribeType[];
    cid?: string;
}

Hierarchy (view full)

Properties

type: "subscriptions"

The type property is used to determine the shape of the data property of the update event.

subscriptions: KatanaPerpsSubscribeType[]

A list of all active subscriptions if the type is subscriptions

cid?: string

If the request provided a cid parameter, the response will include the cid provided.