UNPKG

@mbakgun/n8n-nodes-slack-socket-mode

Version:

Slack Socket Mode Node for n8n that allows you to use +100 Slack events in your n8n instance with proxy mode

14 lines 869 B
export { AuthorizeResult } from './authorize-result'; export { Installation, OrgInstallation } from './installation'; export { InstallationQuery, OrgInstallationQuery } from './installation-query'; export { InstallProvider, OAuthV2Response, OAuthV2TokenRefreshResponse, } from './install-provider'; export { InstallProviderOptions } from './install-provider-options'; export { InstallURLOptions } from './install-url-options'; export { CallbackOptions, defaultCallbackFailure, defaultCallbackSuccess, } from './callback-options'; export { default as defaultRenderHtmlForInstallPath } from './default-render-html-for-install-path'; export { InstallPathOptions } from './install-path-options'; export * from './installation-stores'; export * from './state-stores'; export * from './errors'; export { Logger, LogLevel } from './logger'; //# sourceMappingURL=index.d.ts.map