Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias OpenboxExtractRequestBodyTypeByMedia
import { type OpenboxExtractRequestBodyTypeByMedia } from "https://deno.land/x/openbox@1.2.10/endpoint.ts";
definition: M extends keyof B ? B[M] : never