UNPKG

dressed

Version:

A sleek, serverless-ready Discord bot framework.

4 lines (3 loc) 225 B
import type { APIInteraction } from "discord-api-types/v10"; import type { Interaction } from "../../types/interaction.ts"; export declare function createInteraction<T extends APIInteraction>(interaction: T): Interaction<T>;