Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias ExtendRequestInit
import { type ExtendRequestInit } from "https://deno.land/x/revolt_api@0.4.0/client.ts";

Type Parameters

optional
T = { query?: Query; body?: Record<string, unknown>; }
definition: Omit<RequestInit, keyof T> & T