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

x/revolt_api/routes.ts>MapResponses

a typed revolt api client
Latest
type alias MapResponses
import { type MapResponses } from "https://deno.land/x/revolt_api@0.4.0/routes.ts";
definition: T extends { 200: infer Valid; } ? Valid[keyof Valid] : unknown