This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import querystring from "node:querystring"; | |
| import { ConsoleLogger, LogLevel, type Logger } from "@slack/logger"; | |
| import type App from "../App"; | |
| import { ReceiverMultipleAckError } from "../errors"; | |
| import type { Receiver, ReceiverEvent } from "../types/receiver"; | |
| import type { StringIndexed } from "../types/utilities"; | |
| import { isValidSlackRequest } from "./verify-request"; | |
| export interface NextJsReceiverOptions { | |
| /** |