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

8 lines 225 B
export interface InstallURLOptions { scopes: string | string[]; teamId?: string; redirectUri?: string; userScopes?: string | string[]; metadata?: string; } //# sourceMappingURL=install-url-options.d.ts.map