eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
7 lines (6 loc) • 340 B
TypeScript
import type { DiscordChannelCredentials } from "#public/channels/discord/discordChannel.js";
/**
* Verifies an inbound Discord request and returns its raw body, or
* `null` when verification fails.
*/
export declare function verifyDiscordInbound(req: Request, credentials: DiscordChannelCredentials | undefined): Promise<string | null>;