interface ISubscriptionFilter {
    eventType?: string;
    type?: string;
}

Properties

Properties

eventType?: string
type?: string