Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/revolt_api/scripts/types.ts>RequestBody

a typed revolt api client
Latest
interface RequestBody
import { type RequestBody } from "https://deno.land/x/revolt_api@0.4.0/scripts/types.ts";

Properties

optional
description: string
optional
content: { [contentType: string]: { schema: ReferenceObject | SchemaObject; }; }