Skip to main content
Module

x/natico/deps.ts>RestRequest

A powerful and customizable framework for Discordeno
Latest
interface RestRequest
Re-export
import { type RestRequest } from "https://deno.land/x/natico@4.0.0-pre.4/deps.ts";

Properties

url: string
method: string
respond: (payload: { status: number; body?: string; }) => unknown
reject: (error: unknown) => unknown