Type alias HttpTelegramInterceptorsMap<FulfilledInterceptor>

HttpTelegramInterceptorsMap<FulfilledInterceptor>: Map<string | symbol, {
    onFulfilled: FulfilledInterceptor[];
    onRejected?: HttpTelegramErrorInterceptor;
}>

Type Parameters

Type declaration

Generated using TypeDoc