UNPKG

1.08 kBTypeScriptView Raw
1export { Logger, LogLevel, } from '@slack/logger';
2export * from '@slack/web-api';
3export { ErrorCode as WebAPIErrorCode } from '@slack/web-api';
4export { RTMClient, RTMClientOptions, RTMStartOptions, RTMCallResult, RTMPlatformError, RTMWebsocketError, RTMCallError, RTMNoReplyReceivedError, RTMSendWhileDisconnectedError, RTMSendWhileNotReadyError, } from '@slack/rtm-api';
5export { ErrorCode as RTMAPIErrorCode } from '@slack/rtm-api';
6export { IncomingWebhook, IncomingWebhookSendArguments, IncomingWebhookDefaultArguments, IncomingWebhookResult, IncomingWebhookRequestError, IncomingWebhookHTTPError, IncomingWebhookSendError, } from '@slack/webhook';
7export { ErrorCode as WebhookErrorCode } from '@slack/webhook';
8export * from '@slack/types';
9import { ErrorCode as WebAPIErrorCode } from '@slack/web-api';
10import { ErrorCode as RTMAPIErrorCode } from '@slack/rtm-api';
11import { ErrorCode as WebhookErrorCode } from '@slack/webhook';
12export declare const ErrorCode: typeof WebAPIErrorCode & typeof RTMAPIErrorCode & typeof WebhookErrorCode;
13//# sourceMappingURL=index.d.ts.map
\No newline at end of file