Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/revolt_api/routes.ts>Route

a typed revolt api client
Latest
type alias Route
import { type Route } from "https://deno.land/x/revolt_api@0.4.0/routes.ts";
definition: { name: string; method: string; path: string; query: Query; response: unknown; }