Type alias SubscriptionHandler<T>

SubscriptionHandler<T>: {
    error: ((error: Error) => void);
    next: ((response: SubscriptionResponse<T>) => void);
}

Type Parameters

  • T

Type declaration

Generated using TypeDoc