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

x/revolt_api/routes.ts>Query

a typed revolt api client
Latest
type alias Query
import { type Query } from "https://deno.land/x/revolt_api@0.4.0/routes.ts";
definition: Record<string,
| string
| number
| boolean
| null
>